mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01: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.
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
import python
|
|
|
|
from Object o, string s
|
|
where
|
|
py_cobjectnames(o, s) and
|
|
count(string s1 | py_cobjectnames(o, s1)) > 1
|
|
select o, s
|