Expand description
Parse Python function stub syntax and generate PyFunctionInfo
Structs§
- GenFunction
From Python Input - Input for gen_function_from_python! macro
- Python
Function Stub - Intermediate representation for Python function stub
Functions§
- parse_
gen_ function_ from_ python_ input - Parse gen_function_from_python! input with optional module parameter
- parse_
python_ function_ stub - Parse Python stub string and return PyFunctionInfo
- parse_
python_ overload_ stubs - Parse multiple overload function definitions from Python stub string
Used for the
python_overloadparameter