parsers.get_parser_dict

parsers.get_parser_dict()

Returns the module parser dictionary. Including both package parsers and custom parsers added with add_parser().

Returns:

A dictionary of parser functions. Keys are parser name strings.

Return type:

Dict