module documentation

Parser for numpy-style docstrings.

See Also
pydoctor.epydoc.markup.google
pydoctor.epydoc.markup._napoleon
Function get_parser Returns the parser function. Behaviour will depend on the documentable type and system options.
def get_parser(obj): (source)

Returns the parser function. Behaviour will depend on the documentable type and system options.

Parameters
obj:Optional[Documentable]Undocumented
Returns
Callable[[str, List[ParseError], bool], ParsedDocstring]Undocumented