Expand description
Work with Python bytecode.
Structs§
- Bytecode
Compiler - An entity to perform Python bytecode compilation.
Enums§
- Bytecode
Header Mode - How to write out a .pyc bytecode header.
- Compile
Mode - Output mode for BytecodeCompiler.
Constants§
Traits§
- Python
Bytecode Compiler - An entity that can compile Python bytecode.
Functions§
- compute_
bytecode_ header - Compute the header for a .pyc file.