mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
|
|
import python
|
|
|
|
from ClassObject cls, string reason
|
|
|
|
where cls.getPyClass().getEnclosingModule().getName() = "test"
|
|
and cls.failedInference(reason)
|
|
|
|
select cls, reason
|