You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the builtin dir function on an imported module an error is shown: Argument of type 'Module' cannot be assigned to parameter of type 'object'
To Reproduce
importbuiltinsdir(builtins)
Expected behavior
No error is thrown for this valid usage of dir.
VS Code extension or command-line
VS Code
Additional context
Python 3.6 (Anaconda)
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the builtin
dir
function on an imported module an error is shown:Argument of type 'Module' cannot be assigned to parameter of type 'object'
To Reproduce
Expected behavior
No error is thrown for this valid usage of dir.
VS Code extension or command-line
VS Code
Additional context
Python 3.6 (Anaconda)
The text was updated successfully, but these errors were encountered: