Module pymethods

Module pymethods 

Source
Expand description

Parse Python class method stub syntax and generate MethodInfo

Structs§

PythonClassStub
Intermediate representation for Python class stub (for methods)
PythonMethodStub
Intermediate representation for Python method stub

Functions§

determine_method_type 🔒
Determine method type from decorators and arguments
parse_python_methods_stub
Parse Python class definition and return PyMethodsInfo