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

Module Private::SummaryComponentStack

Provides predicates for constructing stacks of summary components.

Import path

import semmle.python.dataflow.new.internal.FlowSummaryImpl

Predicates

return

Gets a singleton stack representing the return value of a call.

Aliases

argument

Gets a singleton stack for an argument at position pos.

push

Gets the stack obtained by pushing head onto tail.

singleton

Gets a singleton stack containing c.