Searched defs:DocFileCase (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddoctest.py2431 class DocFileCase(DocTestCase): class in inherits:DocTestCase
2470 # Convert it to a test, and wrap it in a DocFileCase.
2472 return DocFileCase(test, **options)
/external/python/cpython3/Lib/
H A Ddoctest.py2398 class DocFileCase(DocTestCase): class in inherits:DocTestCase
2434 # Convert it to a test, and wrap it in a DocFileCase.
2436 return DocFileCase(test, **options)

Completed in 93 milliseconds