Expand description
Parse Python class method stub syntax and generate MethodInfo
Structsยง
- Python
Class Stub - Intermediate representation for Python class stub (for methods)
- Python
Method Stub - 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