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

Module Cached

Import path

import semmle.python.dataflow.new.internal.TypeTracker

Predicates

append

Gets the summary resulting from appending step to type-tracking summary tt.

noContentTypeTracker

Gets a type tracker with no content and the call bit set to the given value.

prepend

Gets the summary resulting from prepending step to this type-tracking summary.

smallstepCall
smallstepNoCall
stepCall

Gets the summary that corresponds to having taken a forwards inter-procedural step from nodeFrom to nodeTo.

stepNoCall

Gets the summary that corresponds to having taken a forwards heap and/or intra-procedural step from nodeFrom to nodeTo.

Datatypes

TStepSummary

A description of a step on an inter-procedural data flow path.

TTypeBackTracker
TTypeTracker