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

Lines Matching refs:clear_globs

1379     def run(self, test, compileflags=None, out=None, clear_globs=True):
1385 `clear_globs` is true (the default), then this namespace will
1388 the test completes, then use `clear_globs=False`.
1435 if clear_globs:
1773 def run(self, test, compileflags=None, out=None, clear_globs=True):
1775 if clear_globs:
2196 test, out=new.write, clear_globs=False)
2284 runner.run(self._dt_test, clear_globs=False)