Files
codeql/python/ql/test/library-tests/imports/Alias.ql
2018-11-19 15:15:54 +00:00

5 lines
125 B
Plaintext

import python
from Alias a, ImportMember i
where i = a.getValue()
select a.toString(), i.getName(), a.getAsname().toString()