Home
last modified time | relevance | path

Searched refs:modules_cleanup (Results 1 – 5 of 5) 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/
Dutil.py554 self.addCleanup(support.modules_cleanup, *modules)
/external/python/cpython3/Lib/test/
Dtest_zipimport.py77 support.modules_cleanup(*self.modules_before)
/external/python/cpython3/Lib/test/support/
D__init__.py2050 def modules_cleanup(oldmodules): function
/external/python/cpython3/Doc/library/
Dtest.rst1008 .. function:: modules_cleanup(oldmodules)