Files
codeql/python/ql/test/2/query-tests/Variables/undefined/UndefinedExport.py
Owen Mansel-Chan 8e07690049 Python
2026-06-10 22:57:42 +02:00

10 lines
117 B
Python

__all__ = [ "x", "y", "z", "module" ] # $ Alert[py/undefined-export]
x = 1
if 0:
y = 2
import package.module