Files
codeql/python/ql/test/library-tests/variables/scopes/globals.ql
2022-09-06 10:11:37 +02:00

5 lines
60 B
Plaintext

import python
from GlobalVariable l
select l, l.getScope()