Files
codeql/python/ql/test/library-tests/modules/__all__/DeclaredInAll.ql
2021-03-31 17:24:17 +02:00

6 lines
91 B
Plaintext

import python
from Module mod, string name
where mod.declaredInAll(name)
select mod, name