Home
last modified time | relevance | path

Searched refs:CleanImport (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/test_importlib/
Dtest_spec.py9 from test.support.import_helper import CleanImport
264 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 …]
Dtest_api.py207 with import_helper.CleanImport(mod):
228 with import_helper.CleanImport('types'):
239 with import_helper.CleanImport('types'):
/third_party/python/Lib/test/
Dtest_future.py28 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"):
Dtest_pkgutil.py1 from test.support.import_helper import unload, CleanImport
535 with CleanImport(name):
544 with CleanImport(name):
Dtest_imp.py400 with import_helper.CleanImport('time'):
405 with import_helper.CleanImport('marshal'):
Dtest_support.py324 with import_helper.CleanImport("pprint"):
/third_party/python/Lib/test/support/
Dimport_helper.py143 class CleanImport(object): class
/third_party/python/Doc/library/
Dtest.rst1555 .. class:: CleanImport(*module_names)
1561 with CleanImport('foo'):