Modules§
- gen_
stub 🔒 - Code generation for embedding metadata for generating Python stub file.
Macros§
- gen_
function_ from_ python - Generate PyFunctionInfo from Python stub string
- gen_
methods_ from_ python - Generate PyMethodsInfo from Python class definition
Attribute Macros§
- gen_
stub_ pyclass - Embed metadata for Python stub file generation for
#[pyclass]
macro - gen_
stub_ pyclass_ complex_ enum - Embed metadata for Python stub file generation for
#[pyclass]
macro with a complex enum - gen_
stub_ pyclass_ enum - Embed metadata for Python stub file generation for
#[pyclass]
macro with enum - gen_
stub_ pyfunction - Embed metadata for Python stub file generation for
#[pyfunction]
macro - gen_
stub_ pymethods - Embed metadata for Python stub file generation for
#[pymethods]
macro - remove_
gen_ stub - Do nothing but remove all
#[gen_stub(xxx)]
forpyclass
,pymethods
, andpyfunction
.