Home
last modified time | relevance | path

Searched refs:DocFileCase (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Ddoctest.py2395 class DocFileCase(DocTestCase): class
2433 return DocFileCase(test, **options)
/external/python/cpython2/Lib/
Ddoctest.py2431 class DocFileCase(DocTestCase): class
2472 return DocFileCase(test, **options)
/external/python/cpython3/Doc/library/
Ddoctest.rst1093 :class:`doctest.DocFileCase` instances, and :class:`DocFileCase` is a subclass
/external/python/cpython2/Doc/library/
Ddoctest.rst1135 :class:`doctest.DocFileCase` instances, and :class:`DocFileCase` is a subclass