Searched refs:CleanImport (Results 1 – 8 of 8) sorted by relevance
9 from test.support.import_helper 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):309 with CleanImport(self.spec.name):318 with CleanImport(self.spec.name):334 with CleanImport(self.spec.name):343 with CleanImport(self.spec.name):354 with CleanImport(self.spec.name):[all …]
207 with import_helper.CleanImport(mod):228 with import_helper.CleanImport('types'):239 with import_helper.CleanImport('types'):
28 with import_helper.CleanImport('future_test1'):33 with import_helper.CleanImport('future_test2'):38 with import_helper.CleanImport('test_future3'):117 with import_helper.CleanImport("test.test_future5"):
1 from test.support.import_helper import unload, CleanImport535 with CleanImport(name):544 with CleanImport(name):
400 with import_helper.CleanImport('time'):405 with import_helper.CleanImport('marshal'):
324 with import_helper.CleanImport("pprint"):
143 class CleanImport(object): class
1555 .. class:: CleanImport(*module_names)1561 with CleanImport('foo'):