Files
codeql/python/ql/test/library-tests/PointsTo/inheritance/Calls.ql
2020-03-30 11:59:10 +02:00

6 lines
176 B
Plaintext

import python
from Call c, FunctionObject f
where f.getACall().getNode() = c
select c.getLocation().getStartLine(), f.toString(), f.getFunction().getLocation().getStartLine()