Files
codeql/python/ql/test/library-tests/PointsTo/inheritance/Calls.ql
2018-11-19 15:15:54 +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()