Files
codeql/python/ql/test/library-tests/variables/scopes/globals.ql
2018-11-19 15:15:54 +00:00

6 lines
83 B
Plaintext

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