forked from VimPlug/jedi
Make goto_definitions a lot simpler.
This commit is contained in:
@@ -75,6 +75,7 @@ def scope_from_import_variable():
|
||||
without the use of ``sys.modules`` modifications (e.g. ``os.path`` see also
|
||||
github issue #213 for clarification.
|
||||
"""
|
||||
a = 3
|
||||
#?
|
||||
from import_tree.mod2.fake import a
|
||||
#?
|
||||
|
||||
Reference in New Issue
Block a user