Files
codeql/python/ql/test/library-tests/PointsTo/inheritance/Calls.ql
2025-11-26 12:30:31 +00:00

7 lines
206 B
Plaintext

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