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

6 lines
126 B
Plaintext

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