Home
last modified time | relevance | path

Searched refs:modules_cleanup (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/test_tools/
Dtest_sundry.py46 import_helper.modules_cleanup(*old_modules)
/third_party/python/Lib/test/support/
Dimport_helper.py204 def modules_cleanup(oldmodules): function
/third_party/python/Lib/test/test_importlib/
Dtest_resource.py150 self.addCleanup(import_helper.modules_cleanup, *modules)
Dutil.py578 self.addCleanup(import_helper.modules_cleanup, *modules)
/third_party/python/Lib/test/
Dtest_zipimport.py76 import_helper.modules_cleanup(*self.modules_before)
/third_party/python/Doc/library/
Dtest.rst1546 .. function:: modules_cleanup(oldmodules)