Files
codeql/python/ql/test/3/library-tests/PointsTo/inheritance/Calls.ql
2019-02-08 14:39:27 +00:00

9 lines
179 B
Plaintext

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