mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
updated/added import test (nested structures)
This commit is contained in:
@@ -67,3 +67,18 @@ def c():
|
||||
c
|
||||
#! 0 ['def c']
|
||||
c()
|
||||
|
||||
# -----------------
|
||||
# imports
|
||||
# -----------------
|
||||
|
||||
#! ['module import_tree']
|
||||
import import_tree
|
||||
|
||||
#! ['module mod1']
|
||||
import import_tree.mod1
|
||||
|
||||
#! ['module mod1']
|
||||
from import_tree import mod1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user