mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +01:00
8 lines
305 B
Plaintext
8 lines
305 B
Plaintext
import python
|
|
import semmle.python.pointsto.PointsTo
|
|
import semmle.python.objects.ObjectInternal
|
|
|
|
from ClassObjectInternal cls, string name, PythonFunctionObjectInternal f
|
|
where Types::declaredAttribute(cls, name, f, _)
|
|
select cls.toString(), name, f.toString(), f.getScope().getLocation().getStartLine()
|