mirror of
https://github.com/github/codeql.git
synced 2026-07-28 22:36:50 +02:00
These get to live next to the existing library and query tests, and are run as part of both the Python 2 and Python 3 language tests.
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
|
import python
|
|
|
|
from Container path, string name
|
|
where exists(ModuleValue m | m.getPath() = path and m.getName() = name)
|
|
select path, name
|