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