Home
last modified time | relevance | path

Searched refs:ParserTesterMetaclass (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_argparse.py144 class ParserTesterMetaclass(type): class
258 ParserTestCase = ParserTesterMetaclass('ParserTestCase', bases, {})
/external/python/cpython3/Lib/test/
Dtest_argparse.py130 class ParserTesterMetaclass(type): class
244 ParserTestCase = ParserTesterMetaclass('ParserTestCase', bases, {})