1
0
forked from VimPlug/jedi

somehow temporary solution to enable completion of __file__

This commit is contained in:
Dave Halter
2014-07-01 15:10:32 +02:00
parent f7a384bf18
commit 8d63e6f6e7
4 changed files with 25 additions and 6 deletions

View File

@@ -365,3 +365,13 @@ if foo is not None:
foo = ''.join(foo)
#? str()
foo
# -----------------
# module attributes
# -----------------
# Don't move this to imports.py, because there's a star import.
#? str()
__file__
#? ['__file__']
__file__