Searched refs:clear_globs (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | doctest.py | 1435 def run(self, test, compileflags=None, out=None, clear_globs=True): argument 1500 if clear_globs: 1853 def run(self, test, compileflags=None, out=None, clear_globs=True): argument 1855 if clear_globs: 2209 test, out=new.write, clear_globs=False) 2297 runner.run(self._dt_test, clear_globs=False)
|
/third_party/python/Doc/library/ |
D | doctest.rst | 1494 .. method:: run(test, compileflags=None, out=None, clear_globs=True) 1499 The examples are run in the namespace ``test.globs``. If *clear_globs* is 1502 after the test completes, then use *clear_globs=False*.
|