mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
import python
|
|
|
|
from Object o, string name
|
|
where
|
|
o.hasLongName(name) and
|
|
name in [
|
|
"sys.modules", "test.n", "test.l", "test.d", "test.C.meth", "test.C.cmeth", "test.C.smeth"
|
|
]
|
|
select name, o.toString()
|