mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-20 20:41:13 +08:00
fix for github issue 7, goto function works now right for 'from import' statements
This commit is contained in:
@@ -103,3 +103,6 @@ mod1.a
|
||||
from import_tree import mod1
|
||||
#! ['a=1']
|
||||
mod1.a
|
||||
|
||||
#! ['a=1.0']
|
||||
from import_tree.pkg.mod1 import a
|
||||
|
||||
Reference in New Issue
Block a user