parsers.add_parser¶
- parsers.add_parser(parser_dict) None¶
Add custom parser functions to the module parser dictionary.
- Parameters:
parser_dict (Dict) – A dictionary containing parser functions, with their names as keys.
Add custom parser functions to the module parser dictionary.
parser_dict (Dict) – A dictionary containing parser functions, with their names as keys.