mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
import python
|
|
|
|
from ClassObject cls, string reason
|
|
where
|
|
cls.getPyClass().getEnclosingModule().getName() = "test" and
|
|
cls.failedInference(reason)
|
|
select cls, reason
|