Files
codeql/python/ql/test/3/library-tests/modules/general/moduleobject_test.ql
2025-11-26 12:30:31 +00:00

7 lines
190 B
Plaintext

import python
private import LegacyPointsTo
from ModuleObject m, string name
where not m.isC() and not m.getName() = "__future__"
select m.toString(), name, m.getAttribute(name).toString()