Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py1707 class DebugRunner(DocTestRunner): class
1906 runner = DebugRunner(verbose=verbose, optionflags=optionflags)
2027 runner = DebugRunner(verbose=verbose, optionflags=optionflags)
2307 runner = DebugRunner(optionflags=self._dt_optionflags,
/external/python/cpython2/Doc/library/
Ddoctest.rst1618 * The :class:`DebugRunner` class is a subclass of :class:`DocTestRunner` that
1777 The :class:`DebugRunner` class, and the special exceptions it may raise, are of
1779 the source code, and especially :class:`DebugRunner`'s docstring (which is a
1783 .. class:: DebugRunner([checker][, verbose][, optionflags])
1795 There are two exceptions that may be raised by :class:`DebugRunner` instances: