Files
codeql/python/ql/test/library-tests/PointsTo/regressions/missing/metaclass/getACall.ql
2025-11-26 12:30:31 +00:00

6 lines
104 B
Plaintext

import python
private import LegacyPointsTo
from PythonFunctionValue func
select func, func.getACall()