mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Python: Add import regression for re-exported things
This commit is contained in:
6
python/ql/test/experimental/import-resolution/baz.py
Normal file
6
python/ql/test/experimental/import-resolution/baz.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from trace import *
|
||||
enter(__file__)
|
||||
|
||||
baz_attr = "baz_attr"
|
||||
|
||||
exit(__file__)
|
||||
Reference in New Issue
Block a user