CodeQL library for Python
codeql/python-all 1.0.5-dev (changelog, source)
Search

Predicate SsaSource::parameter_definition

Holds if v is a parameter variable and defn is the CFG node for that parameter.

Import path

import python
predicate parameter_definition(Variable v, ControlFlowNode defn)