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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py141 class ParserTesterMetaclass(type): class in inherits:type
255 ParserTestCase = ParserTesterMetaclass('ParserTestCase', bases, {})
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_argparse.py141 class ParserTesterMetaclass(type): class in inherits:type
255 ParserTestCase = ParserTesterMetaclass('ParserTestCase', bases, {})

Completed in 49 milliseconds