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

7 lines
144 B
Plaintext

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