Module Sequences
Import path
import semmle.python.objects.SequencesImports
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 |
| TupleObjectInternal | |
| VarargsTupleObjectInternal | A tuple created by a |