1
0
forked from VimPlug/jedi

Modules are obviously not executable, but should not lead to traceback when executed

This commit is contained in:
Dave Halter
2019-05-30 00:17:38 +02:00
parent 0e5b17be85
commit df038d8f05
2 changed files with 6 additions and 1 deletions

View File

@@ -295,6 +295,11 @@ __file__
#? ['__file__']
__file__
#? str()
math.__file__
# Should not lead to errors
#?
math()
# -----------------
# with statements