Home | History | Annotate | Download | only in python2.7

Lines Matching refs:compileflags

1231     def __run(self, test, compileflags, out):
1235 writer function `out`. `compileflags` is the set of compiler
1289 compileflags, 1) in test.globs
1379 def run(self, test, compileflags=None, out=None, clear_globs=True):
1390 `compileflags` gives the set of flags that should be used by
1401 if compileflags is None:
1402 compileflags = _extract_future_flags(test.globs)
1429 return self.__run(test, compileflags, out)
1773 def run(self, test, compileflags=None, out=None, clear_globs=True):
1774 r = DocTestRunner.run(self, test, compileflags, out, False)
2024 compileflags=None, optionflags=0):
2031 `compileflags` gives the set of flags that should be used by the
2044 runner.run(test, compileflags=compileflags)