Module bytecode

Source
Expand description

Work with Python bytecode.

Structs§

BytecodeCompiler
An entity to perform Python bytecode compilation.

Enums§

BytecodeHeaderMode
How to write out a .pyc bytecode header.
CompileMode
Output mode for BytecodeCompiler.

Constants§

BYTECODE_COMPILER

Traits§

PythonBytecodeCompiler
An entity that can compile Python bytecode.

Functions§

compute_bytecode_header
Compute the header for a .pyc file.