Searched refs:parser_class (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_argparse.py164 if not hasattr(cls, 'parser_class'):
165 cls.parser_class = ErrorRaisingArgumentParser
229 parser = tester.parser_class(*args, **kwargs)
1401 parser_class = FromFileConverterArgumentParser variable in class:TestArgumentsFromFileConverter
4120 parser_class=argparse.ArgumentParser)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_argparse.py164 if not hasattr(cls, 'parser_class'):
165 cls.parser_class = ErrorRaisingArgumentParser
229 parser = tester.parser_class(*args, **kwargs)
1401 parser_class = FromFileConverterArgumentParser variable in class:TestArgumentsFromFileConverter
4120 parser_class=argparse.ArgumentParser)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py164 if not hasattr(cls, 'parser_class'):
165 cls.parser_class = ErrorRaisingArgumentParser
229 parser = tester.parser_class(*args, **kwargs)
1401 parser_class = FromFileConverterArgumentParser variable in class:TestArgumentsFromFileConverter
4120 parser_class=argparse.ArgumentParser)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py164 if not hasattr(cls, 'parser_class'):
165 cls.parser_class = ErrorRaisingArgumentParser
229 parser = tester.parser_class(*args, **kwargs)
1401 parser_class = FromFileConverterArgumentParser variable in class:TestArgumentsFromFileConverter
4120 parser_class=argparse.ArgumentParser)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dargparse.py1034 parser_class,
1040 self._parser_class = parser_class
1641 kwargs.setdefault('parser_class', type(self))
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dargparse.py1034 parser_class,
1040 self._parser_class = parser_class
1641 kwargs.setdefault('parser_class', type(self))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dargparse.py1034 parser_class,
1040 self._parser_class = parser_class
1641 kwargs.setdefault('parser_class', type(self))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dargparse.py1034 parser_class,
1040 self._parser_class = parser_class
1641 kwargs.setdefault('parser_class', type(self))

Completed in 193 milliseconds