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

Module TypeTracking

Provides classes and predicates for simple data-flow reachability suitable for tracking types.

Import path

import codeql.typetracking.TypeTracking

Modules

TypeTracking

Given a set of step relations, this module provides classes and predicates for simple data-flow reachability suitable for tracking types.

Module signatures

TypeTrackingInput

The step relations for type tracking.