Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py1404 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1460 if clear_globs:
1798 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1800 if clear_globs:
2221 test, out=new.write, clear_globs=False)
2309 runner.run(self._dt_test, clear_globs=False)
/external/python/cpython2/Doc/library/
Ddoctest.rst1541 .. method:: run(test[, compileflags][, out][, clear_globs])
1546 The examples are run in the namespace ``test.globs``. If *clear_globs* is
1549 after the test completes, then use *clear_globs=False*.