mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
import python
|
|
import semmle.python.pointsto.PointsTo
|
|
import semmle.python.objects.ObjectInternal
|
|
|
|
from ClassObjectInternal cls, string name, PythonFunctionObjectInternal f
|
|
where cls.lookup(name, f, _)
|
|
select cls.toString(), name, f.toString(), f.getScope().getLocation().getStartLine()
|