Files
codeql/python/ql/test/2/query-tests/Variables/undefined/UndefinedExport.py
2026-06-19 12:22:42 +01:00

10 lines
86 B
Python

__all__ = [ "x", "y", "z", "module" ]
x = 1
if 0:
y = 2
import package.module