Files
codeql/python/ql/test/library-tests/PointsTo/new/Parameters.ql
2018-11-19 15:15:54 +00:00

11 lines
198 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