Re-exports§
pub use ruff_python_ast as ast;pub use ruff_python_parser as parser;pub use rustpython_codegen as codegen;pub use rustpython_compiler_core as core;
Structs§
- Code
Object - Primary container of a single code object. Each python function has a code object. Also a module has a code object.
- Compile
Opts - Parse
Error
Enums§
Functions§
- _compile_
symtable - compile
- Compile a given source code into a bytecode object.
- compile_
symtable