Files
codeql/python/ql/test/library-tests/PointsTo/new/Parameters.ql
2020-03-30 11:59:10 +02:00

7 lines
195 B
Plaintext

import python
import Util
from ParameterDefinition param, boolean self
where if param.isSelf() then self = true else self = false
select locate(param.getLocation(), "g"), param.toString(), self