CodeQL library for Python
codeql/python-all 7.0.0 (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 semmle.python.essa.SsaDefinitions
predicate parameter_definition(Variable v, ControlFlowNode defn)