Files
codeql/python/ql/test/library-tests/variables/scopes/globals.ql
2020-03-30 11:59:10 +02:00

5 lines
82 B
Plaintext

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