mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-28 17:29:55 +07:00
Implicitly imported package members are already processed in PyModuleType instead of PyFile (PY-10819)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from p1 import foo
|
||||
|
||||
foo()
|
||||
#<ref>
|
||||
@@ -0,0 +1 @@
|
||||
from p1.foo import foo
|
||||
@@ -0,0 +1,2 @@
|
||||
def foo():
|
||||
pass
|
||||
Reference in New Issue
Block a user