class documentation
Parser for numpydoc parameter sections.
- E.g. any section that looks like this:
- arg_name
- arg_description
- arg_2 : type, optional
- descriptions can also span... ... multiple lines
| Method | _parse |
Undocumented |
Inherited from _KVSection:
| Method | parse |
Parse DocstringMeta objects from the body of this section. |
Inherited from Section (via _KVSection):
| Method | __init__ |
Undocumented |
| Instance Variable | key |
Undocumented |
| Instance Variable | title |
Undocumented |
| Property | title |
Regular expression pattern matching this section's header. |