Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/parser/
Dtest_unparse.py90 class UnparseTestCase(ASTTestCase): class
210 test_support.run_unittest(UnparseTestCase, DirectoryTestCase)
/external/python/cpython3/Lib/test/test_tools/
Dtest_unparse.py134 class UnparseTestCase(ASTTestCase): class