Home | History | Annotate | Download | only in Lib

Lines Matching refs:compileflags

1271     def __run(self, test, compileflags, out):
1275 writer function `out`. `compileflags` is the set of compiler
1329 compileflags, 1), test.globs)
1417 def run(self, test, compileflags=None, out=None, clear_globs=True):
1428 `compileflags` gives the set of flags that should be used by
1439 if compileflags is None:
1440 compileflags = _extract_future_flags(test.globs)
1475 return self.__run(test, compileflags, out)
1835 def run(self, test, compileflags=None, out=None, clear_globs=True):
1836 r = DocTestRunner.run(self, test, compileflags, out, False)
2084 compileflags=None, optionflags=0):
2091 `compileflags` gives the set of flags that should be used by the
2104 runner.run(test, compileflags=compileflags)