1
0
forked from VimPlug/jedi

Fixed an issue with error nodes and completion in more complex settings.

This commit is contained in:
Dave Halter
2016-07-11 17:32:00 +02:00
parent b1fbc512d8
commit e18c8200dd
2 changed files with 8 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ def scope_nested():
#? float()
import_tree.pkg.mod1.a
#? ['a', '__name__', '__package__', '__file__', '__doc__']
a = import_tree.pkg.mod1.
import import_tree.random
#? set