mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 14:01:44 +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 *
|
||||
@@ -0,0 +1,2 @@
|
||||
def foo():
|
||||
pass
|
||||
Reference in New Issue
Block a user