Home
last modified time | relevance | path

Searched refs:mock_path_hook (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py64 hook = util.mock_path_hook(path, importer=importer)
89 hook = util.mock_path_hook(os.getcwd(), importer=importer)
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py380 def mock_path_hook(*entries, importer): function