Files
codeql/python/ql/test/3/query-tests/Variables/undefined/mutated_globals.py
2019-02-08 15:13:17 +00:00

6 lines
59 B
Python

__all__ = [ "a", "b" ]
globals().update({'a':1, 'b':2})