functions
ModuleSource
The documentation extraction of functions and methods.
Classes
| Member | |
|---|---|
| ParameterKind | Replica of the inspect._ParameterKind. |
| FunctionType | The type of a callable object (function). |
| DocArgument | The docstring of a function/method argument. |
| DocFunction | The docstring and basic information of a function. |
Functions
| Member | |
|---|---|
| parse_argument_docs | (Private) Parse the docstring related to function arguments. |
| parse_return_docs | (Private) Parse the docstring related to function returned values. |
| parse_func_docs | Parse the docstring of a function. |