mirror of
https://github.com/github/codeql.git
synced 2026-06-13 00:41:07 +02:00
10 lines
117 B
Python
10 lines
117 B
Python
|
|
|
|
__all__ = [ "x", "y", "z", "module" ] # $ Alert[py/undefined-export]
|
|
|
|
x = 1
|
|
if 0:
|
|
y = 2
|
|
|
|
import package.module
|