forked from VimPlug/jedi
Modules are obviously not executable, but should not lead to traceback when executed
This commit is contained in:
@@ -295,6 +295,11 @@ __file__
|
||||
#? ['__file__']
|
||||
__file__
|
||||
|
||||
#? str()
|
||||
math.__file__
|
||||
# Should not lead to errors
|
||||
#?
|
||||
math()
|
||||
|
||||
# -----------------
|
||||
# with statements
|
||||
|
||||
Reference in New Issue
Block a user