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
extract_args_for_method ๐Ÿ”’
Extract arguments for method (handling self/cls)
parse_python_methods_stub
Parse Python class definition and return PyMethodsInfo