Files
openide/python/testData/resolve/multiFile/dunderAllDynamicallyBuiltInHelperFunction/DunderAllDynamicallyBuiltInHelperFunction.py
Mikhail Golubev 6bd03747fa PY-38322 PY-39171 Regression tests on resolve in skeleton submodules and __all__ processing
GitOrigin-RevId: 5996a0469c811efad78b063a56fae9f197865b8f
2020-03-09 16:31:45 +00:00

4 lines
42 B
Python

from pkg import *
print(bar)
<ref>