Files
codeql/python/ql/test/extractor-tests/double-import/ModuleNames.ql
Taus 82057e2e46 Python: Autoformat tests
I guess these were never considered back when we switched to
autoformatting everything.
2024-04-15 15:27:21 +00:00

6 lines
138 B
Plaintext

import python
from Container path, string name
where exists(ModuleValue m | m.getPath() = path and m.getName() = name)
select path, name