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

Module Sequences

Import path

import semmle.python.objects.Sequences

Imports

Classes

BuiltinTupleObjectInternal

A tuple built-in to the interpreter, including the empty tuple.

PythonTupleObjectInternal

A tuple declared by a tuple expression in the Python source code

SequenceObjectInternal
SysVersionInfoObjectInternal

The sys.version_info object. We treat this specially to prevent premature pruning and false positives when we are unsure of the actual version of Python that the code is expecting.

TupleObjectInternal
VarargsTupleObjectInternal

A tuple created by a * parameter