Files
codeql/python/ql/test/experimental/dataflow/import-helper/test3.py
2020-09-22 16:28:19 +02:00

5 lines
122 B
Python

import mypkg.foo
import mypkg.bar
print(mypkg.foo) # <module 'mypkg.foo' ...
print(mypkg.bar) # <module 'mypkg.bar' ...