mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-02 01:40:23 +08:00
Add test for cross-module usages
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
"""
|
||||
An import tree, for testing usages.
|
||||
"""
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
from . import b
|
||||
|
||||
def foo():
|
||||
b.bar()
|
||||
@@ -0,0 +1,2 @@
|
||||
def bar():
|
||||
pass
|
||||
Reference in New Issue
Block a user