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

Predicate Make::Private::summaryAllowParameterReturnInSelf

Holds if flow is allowed to pass from the parameter at position pos of c, to a return node, and back out to the parameter.

Import path

import codeql.dataflow.internal.FlowSummaryImpl
predicate summaryAllowParameterReturnInSelf(SummarizedCallable c, ParameterPosition ppos)