Expand description
Python code objects and related types.
Structs§
- PyCode
- Represents a Python code object.
Enums§
- PyCode
Input - Compilation mode of
PyCode::compile
Traits§
- PyCode
Methods - Implementation of functionality for
PyCode.
Python code objects and related types.
PyCode::compilePyCode.