Files
codeql/python/ql/test/3/library-tests/ControlFlow/Exceptions/Known.ql
2025-11-26 12:30:31 +00:00

6 lines
147 B
Plaintext

import python
private import LegacyPointsTo
from RaisingNode r
select r.getLocation().getStartLine(), r.toString(), r.getARaisedType().toString()