Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddoctest.py1257 def __run(self, test, compileflags, out): argument
1315 compileflags, 1) in test.globs
1404 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1426 if compileflags is None:
1427 compileflags = _extract_future_flags(test.globs)
1454 return self.__run(test, compileflags, out)
1798 def run(self, test, compileflags=None, out=None, clear_globs=True): argument
1799 r = DocTestRunner.run(self, test, compileflags, out, False)
2049 compileflags=None, optionflags=0): argument
2069 runner.run(test, compileflags=compileflags)
/external/python/cpython2/Doc/library/
Ddoctest.rst962 .. function:: run_docstring_examples(f, globs[, verbose][, name][, compileflags][, optionflags])
975 Optional argument *compileflags* gives the set of flags that should be used by
1541 .. method:: run(test[, compileflags][, out][, clear_globs])
1551 *compileflags* gives the set of flags that should be used by the Python