Home
last modified time | relevance | path

Searched refs:exclude_empty (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_doctest.py741 include_empty_finder = doctest.DocTestFinder(exclude_empty=False)
742 exclude_empty_finder = doctest.DocTestFinder(exclude_empty=True)
/third_party/python/Lib/
Ddoctest.py825 recurse=True, exclude_empty=True): argument
844 self._exclude_empty = exclude_empty
1876 raise_on_error=False, exclude_empty=False): argument
1958 finder = DocTestFinder(exclude_empty=exclude_empty)
/third_party/python/Doc/library/
Ddoctest.rst911 …rbose=None, report=True, optionflags=0, extraglobs=None, raise_on_error=False, exclude_empty=False)
932 Optional argument *exclude_empty* defaults to false. If true, objects for which
936 tests. The *exclude_empty* argument to the newer :class:`DocTestFinder`
1306 .. class:: DocTestFinder(verbose=False, parser=DocTestParser(), recurse=True, exclude_empty=True)
1322 If the optional argument *exclude_empty* is false, then