Module pyfunction

Module pyfunction 

Source
Expand description

Parse Python function stub syntax and generate PyFunctionInfo

Structs§

GenFunctionFromPythonInput
Input for gen_function_from_python! macro
PythonFunctionStub
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_overload parameter