Skip to main content

Module python

Module python 

Source
Available on crate feature python only.
Expand description

module for the C++ code generator

Structs§

AnonymousStruct
PyComponent
PyEnum
PyEnumVariant
PyModule
PyProperty
PyStruct
PyStructField

Enums§

PyStructOrEnum

Functions§

generate
Returns the text of the Python code produced by the given root component
generate_py_module
Build the Python API description from the lowered LLR plus the source-level structs_and_enums, which the LLR does not carry. Both are available without the object-tree Document, so the interpreter can generate the API from a CompilationResult alone.
ident