Home
last modified time | relevance | path

Searched refs:uncache (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/test/test_importlib/frozen/
Dtest_loader.py15 with util.uncache(name), captured_stdout() as stdout:
51 with util.uncache('__phello__'):
95 with util.uncache('__hello__'), captured_stdout() as stdout:
109 with util.uncache('__phello__'), captured_stdout() as stdout:
127 with util.uncache('__phello__', '__phello__.spam'), \
145 with util.uncache('__hello__'), captured_stdout() as stdout:
155 with util.uncache('__hello__'), captured_stdout():
/third_party/python/Lib/test/test_importlib/builtin/
Dtest_finder.py18 with util.uncache(util.BUILTINS.good_name):
43 with util.uncache(util.BUILTINS.good_name):
61 with util.uncache(util.BUILTINS.good_name):
83 with util.uncache(util.BUILTINS.good_name):
Dtest_loader.py34 with util.uncache(util.BUILTINS.good_name):
46 with util.uncache(util.BUILTINS.good_name):
63 with util.uncache(module_name):
/third_party/python/Lib/test/test_importlib/import_/
Dtest___loader__.py26 with util.uncache('blah'), util.import_state(meta_path=[loader]):
58 with util.uncache('blah'), util.import_state(meta_path=[loader]):
69 with util.uncache('blah'), util.import_state(meta_path=[loader]):
Dtest_api.py69 with util.uncache(PKG_NAME):
80 with util.uncache(PKG_NAME):
92 with util.uncache(PKG_NAME, SUBMOD_NAME):
Dtest_caching.py28 with util.uncache('some_module'):
36 with util.uncache(name):
Dtest_relative_imports.py72 with util.uncache(*uncache_names):
/third_party/python/Lib/test/test_importlib/
Dtest_api.py109 with test_util.uncache(name):
122 with test_util.uncache(name):
135 with test_util.uncache(name):
150 with test_util.uncache(name):
161 with test_util.uncache(name):
252 with test_util.uncache('spam'):
303 with test_util.uncache('spam'):
372 with test_util.uncache(name):
Dtest_util.py157 with util.uncache(module_name):
175 with util.uncache(name):
187 with util.uncache(name):
195 with util.uncache(name):
214 with util.uncache(name):
233 with util.uncache(name):
241 with util.uncache(name):
410 with util.uncache(name):
422 with util.uncache(name):
434 with util.uncache(name):
[all …]
Dtest_lazy.py82 with test_util.uncache(importer.module_name):
129 with test_util.uncache(TestingImporter.module_name):
137 with test_util.uncache(TestingImporter.module_name):
Dutil.py135 def uncache(*names): function
164 with uncache(name, *conflicts):
248 self._uncache = uncache(*self.modules.keys())
391 uncache_manager = uncache(*import_names)
Dtest_abc.py469 with test_util.uncache(name):
489 with test_util.uncache(name):
850 with test_util.uncache(self.name):
865 with test_util.uncache(self.name):
/third_party/python/Lib/test/test_importlib/extension/
Dtest_loader.py49 with util.uncache(util.EXTENSIONS.name):
66 with util.uncache(util.EXTENSIONS.name):
128 with util.uncache(self.name):
142 with util.uncache(self.name):
162 with util.uncache(self.name):
/third_party/python/Lib/test/
Dtest_pyclbr.py252 with test_importlib_util.uncache(module_name):
/third_party/python/Tools/importbench/
Dimportbench.py46 with util.uncache(name):
/third_party/python/Lib/test/test_import/
D__init__.py29 from test.test_importlib.util import uncache
802 with uncache('submodule1', 'submodule2'), DirsOnSysPath(path):
809 with uncache('package2', 'package2.submodule1', 'package2.submodule2'), \
/third_party/python/Lib/unittest/test/
Dtest_discovery.py854 with test.test_importlib.util.uncache('package'):
871 with test.test_importlib.util.uncache('package'):
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py13 from test.test_importlib.util import uncache
1656 with uncache('squizz'):
1688 with uncache('squizz'):
/third_party/python/Lib/test/test_importlib/source/
Dtest_file_loader.py181 with util.uncache('_temp'):