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

Predicate Make::Private::unsupportedCallable

Holds if callable has an unsupported flow input -> output.

whichOne indicates if the input or output contains the unsupported sequence.

Import path

import codeql.dataflow.internal.FlowSummaryImpl
predicate unsupportedCallable(SummarizedCallableImpl callable, SummaryComponentStack input, SummaryComponentStack output, string whichOne)