Searched refs:add_arguments (Results 1 – 2 of 2) sorted by relevance
196 def __init__(self, tester_cls, add_arguments, parse_args): argument197 self._add_arguments = add_arguments239 for add_arguments in [no_groups, one_group, many_groups]:241 AddTests(cls, add_arguments, parse_args)
275 def add_arguments(self, actions): member in HelpFormatter2532 formatter.add_arguments(action_group._group_actions)