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

Module signature InputSig

Provides the input specification of the SSA implementation.

Import path

import codeql.ssa.Ssa

Predicates

variableRead

Holds if the ith node of basic block bb reads source variable v. The Boolean certain indicates whether the read is certain.

variableWrite

Holds if the ith node of basic block bb is a (potential) write to source variable v. The Boolean certain indicates whether the write is certain.

Types

SourceVariable

A variable that can be SSA converted.

Parameters

LocationLocationSig
BasicBlockBasicBlockSig