Searched refs:parser_class (Results 1 – 8 of 8) sorted by relevance
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | profile.rb | 111 self.top_rule = self.parser_class = self.grammar_file = nil 134 report << "| Profiled #{ parser_class.name }##{ top_rule }".ljust( 78 ) << " |\n" 241 @profile.parser_class = @parser.class
|
D | main.rb | 374 def initialize( parser_class, options = {} ) argument 378 @parser_class = parser_class
|
/external/python/cpython2/Lib/test/ |
D | test_argparse.py | 168 cls.parser_class = ErrorRaisingArgumentParser 232 parser = tester.parser_class(*args, **kwargs) 1404 parser_class = FromFileConverterArgumentParser variable in TestArgumentsFromFileConverter 4184 parser_class=argparse.ArgumentParser)
|
/external/python/cpython2/Lib/ |
D | argparse.py | 1040 parser_class, argument 1046 self._parser_class = parser_class
|
/external/python/cpython3/Lib/test/ |
D | test_argparse.py | 154 cls.parser_class = ErrorRaisingArgumentParser 218 parser = tester.parser_class(*args, **kwargs) 1424 parser_class = FromFileConverterArgumentParser variable in TestArgumentsFromFileConverter 4348 parser_class=argparse.ArgumentParser)
|
/external/python/cpython3/Lib/ |
D | argparse.py | 1082 parser_class, argument 1089 self._parser_class = parser_class
|
/external/python/cpython2/Doc/library/ |
D | argparse.rst | 1489 [parser_class], [action], \ 1518 * parser_class - class which will be used to create sub-parser instances, by
|
/external/python/cpython3/Doc/library/ |
D | argparse.rst | 1547 [parser_class], [action], \ 1576 * parser_class - class which will be used to create sub-parser instances, by
|