Searched refs:DebugRunner (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ |
D | doctest.py | 1744 class DebugRunner(DocTestRunner): class 1943 runner = DebugRunner(verbose=verbose, optionflags=optionflags) 2065 runner = DebugRunner(verbose=verbose, optionflags=optionflags) 2277 runner = DebugRunner(optionflags=self._dt_optionflags,
|
/external/python/cpython2/Lib/ |
D | doctest.py | 1707 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/cpython3/Doc/library/ |
D | doctest.rst | 1563 * The :class:`DebugRunner` class is a subclass of :class:`DocTestRunner` that 1710 The :class:`DebugRunner` class, and the special exceptions it may raise, are of 1712 the source code, and especially :class:`DebugRunner`'s docstring (which is a 1716 .. class:: DebugRunner(checker=None, verbose=None, optionflags=0) 1728 There are two exceptions that may be raised by :class:`DebugRunner` instances:
|
/external/python/cpython2/Doc/library/ |
D | doctest.rst | 1619 * The :class:`DebugRunner` class is a subclass of :class:`DocTestRunner` that 1778 The :class:`DebugRunner` class, and the special exceptions it may raise, are of 1780 the source code, and especially :class:`DebugRunner`'s docstring (which is a 1784 .. class:: DebugRunner([checker][, verbose][, optionflags]) 1796 There are two exceptions that may be raised by :class:`DebugRunner` instances:
|