mirror of
https://github.com/github/codeql.git
synced 2026-03-21 23:16:53 +01:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
import python
|
|
|
|
private import semmle.python.objects.ObjectInternal
|
|
|
|
from ClassObjectInternal cls, ControlFlowNode f
|
|
where cls.introduced(f, _)
|
|
select cls.getName(), f
|
|
|