Searched refs:CleanImport (Results 1 – 13 of 13) sorted by relevance
25 with support.CleanImport('future_test1'):30 with support.CleanImport('future_test2'):35 with support.CleanImport('test_future3'):99 with support.CleanImport("test.test_future5"):
1 from test.support import run_unittest, unload, check_warnings, CleanImport442 with CleanImport(name):451 with CleanImport(name):
387 with support.CleanImport('time'):392 with support.CleanImport('marshal'):
295 with support.CleanImport("asyncore"):
63 with test_support.CleanImport('time'):68 with test_support.CleanImport('marshal'):
3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest375 with CleanImport(module_name), warnings.catch_warnings():
298 with support.CleanImport("asyncore"):
192 with test_support.CleanImport('sys'):
9 from test.support import CleanImport264 with CleanImport(self.spec.name):277 with CleanImport(self.spec.name):289 with CleanImport(self.spec.name):300 with CleanImport(self.spec.name):307 with CleanImport(self.spec.name):314 with CleanImport(self.spec.name):328 with CleanImport(self.spec.name):337 with CleanImport(self.spec.name):348 with CleanImport(self.spec.name):[all …]
203 with support.CleanImport(mod):224 with support.CleanImport('types'):235 with support.CleanImport('types'):
1014 class CleanImport(object): class
1241 .. class:: CleanImport(*module_names)1247 with CleanImport('foo'):
1269 class CleanImport(object): class