Searched refs:uncache (Results 1 – 19 of 19) sorted by relevance
/third_party/python/Lib/test/test_importlib/frozen/ |
D | test_loader.py | 15 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/ |
D | test_finder.py | 18 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):
|
D | test_loader.py | 34 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_/ |
D | test___loader__.py | 26 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]):
|
D | test_api.py | 69 with util.uncache(PKG_NAME): 80 with util.uncache(PKG_NAME): 92 with util.uncache(PKG_NAME, SUBMOD_NAME):
|
D | test_caching.py | 28 with util.uncache('some_module'): 36 with util.uncache(name):
|
D | test_relative_imports.py | 72 with util.uncache(*uncache_names):
|
/third_party/python/Lib/test/test_importlib/ |
D | test_api.py | 109 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):
|
D | test_util.py | 157 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 …]
|
D | test_lazy.py | 82 with test_util.uncache(importer.module_name): 129 with test_util.uncache(TestingImporter.module_name): 137 with test_util.uncache(TestingImporter.module_name):
|
D | util.py | 135 def uncache(*names): function 164 with uncache(name, *conflicts): 248 self._uncache = uncache(*self.modules.keys()) 391 uncache_manager = uncache(*import_names)
|
D | test_abc.py | 469 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/ |
D | test_loader.py | 49 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/ |
D | test_pyclbr.py | 252 with test_importlib_util.uncache(module_name):
|
/third_party/python/Tools/importbench/ |
D | importbench.py | 46 with util.uncache(name):
|
/third_party/python/Lib/test/test_import/ |
D | __init__.py | 29 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/ |
D | test_discovery.py | 854 with test.test_importlib.util.uncache('package'): 871 with test.test_importlib.util.uncache('package'):
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testpatch.py | 13 from test.test_importlib.util import uncache 1656 with uncache('squizz'): 1688 with uncache('squizz'):
|
/third_party/python/Lib/test/test_importlib/source/ |
D | test_file_loader.py | 181 with util.uncache('_temp'):
|