Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py820 recurse=True, exclude_empty=True): argument
839 self._exclude_empty = exclude_empty
1821 raise_on_error=False, exclude_empty=False): argument
1903 finder = DocTestFinder(exclude_empty=exclude_empty)
/external/python/cpython2/Doc/library/
Ddoctest.rst920 …ame][, globs][, verbose][, report][, optionflags][, extraglobs][, raise_on_error][, exclude_empty])
941 Optional argument *exclude_empty* defaults to false. If true, objects for which
945 tests. The *exclude_empty* argument to the newer :class:`DocTestFinder`
956 The parameters *extraglobs*, *raise_on_error* and *exclude_empty* were added.
1087 *test_finder* argument with its *exclude_empty* keyword argument set
1090 >>> finder = doctest.DocTestFinder(exclude_empty=False)
1349 .. class:: DocTestFinder([verbose][, parser][, recurse][, exclude_empty])
1366 If the optional argument *exclude_empty* is false, then