Modules§
- bytecode
- Implement python as a virtual machine with bytecode. This module implements bytecode structure.
- frozen
- marshal
- varint
- Variable-length integer encoding utilities.
Structs§
- Line
Index - Index for fast byte offset to
LineColumnconversions. - OneIndexed
- Type-safe wrapper for a value whose logical range starts at
1, for instance the line or column numbers in a file - Source
File - A source file that is identified by its name. Optionally stores the source code and
LineIndex. - Source
File Builder - A Builder for constructing a
SourceFile - Source
Location - A position into a source file represented by the line number and the offset to that character relative to the start of that line.