module documentation

Parser for google-style docstrings.
See Also
pydoctor.epydoc.markup.numpy
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):
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