Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_tools/
Dtest_sundry.py46 support.modules_cleanup(*old_modules)
/external/python/cpython3/Lib/test/test_importlib/
Dtest_resource.py176 self.addCleanup(support.modules_cleanup, *modules)
Dutil.py576 self.addCleanup(support.modules_cleanup, *modules)
/external/python/cpython3/Lib/test/
Dtest_zipimport.py78 support.modules_cleanup(*self.modules_before)
/external/python/cpython3/Lib/test/support/
D__init__.py1979 def modules_cleanup(oldmodules): function
/external/python/cpython3/Doc/library/
Dtest.rst1107 .. function:: modules_cleanup(oldmodules)