Contains types and functions for working with the Python bytecode instructions.
Instruction
Represents an instruction for Python.
Opcode
Represents a Python opcode(Python 3.12).
Operand
Represents an operand used in a Python instruction.
Operands
Represents a set of operands in an Python instruction.
PythonParser
Represents a parser for Python instructions.
RegisterFactory
Represents a factory for accessing various Python register variables.
Type something to start searching.