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

7 lines
132 B
Plaintext

import python
private import LegacyPointsTo
from Value sup, Value cls
where Expressions::requireSubClass(cls, sup)
select cls, sup