mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
import python
|
|
|
|
from Alias a, ImportMember i
|
|
where i = a.getValue()
|
|
select a.toString(), i.getName(), a.getAsname().toString() |