mirror of
https://github.com/github/codeql.git
synced 2026-04-02 21:58:19 +02: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
|