HomeSort by relevance Sort by last modified time
    Searched refs:add_arguments (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py 207 def __init__(self, tester_cls, add_arguments, parse_args):
208 self._add_arguments = add_arguments
250 for add_arguments in [no_groups, one_group, many_groups]:
252 AddTests(cls, add_arguments, parse_args)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py 207 def __init__(self, tester_cls, add_arguments, parse_args):
208 self._add_arguments = add_arguments
250 for add_arguments in [no_groups, one_group, many_groups]:
252 AddTests(cls, add_arguments, parse_args)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 271 def add_arguments(self, actions): member in class:HelpFormatter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 271 def add_arguments(self, actions): member in class:HelpFormatter
    [all...]

Completed in 62 milliseconds