Class | ParsedPlaintextDocstring |
Undocumented |
Function | get_parser |
Just return the parse_docstring function. |
Function | parse_docstring |
Parse the given docstring, which is formatted as plain text; and return a ParsedDocstring representation of its contents. |
parse_docstring
function.Parameters | |
obj:Optional[ | Undocumented |
Returns | |
Callable[ | Undocumented |
ParsedDocstring
representation of its contents.Parameters | |
docstring:str | The docstring to parse |
errors:List[ | A list where any errors generated during parsing will be stored. |
processtypes:bool | Undocumented |
Returns | |
ParsedDocstring | Undocumented |