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(objclass: ObjClass | None) -> ParserFunction: (source) ΒΆ

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