mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01: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
|