Contains types and functions for working with Python bytecode files.
MarshalledType
Represents the type of PyObject used when marshalling Python objects. (currently from Python 3.12).
PyCodeObject
PyCodeObject is a compiled piece of Python code.
PyObject
PyObject is the base type of all Python objects, including integers, strings, etc.
Type something to start searching.