Searched refs:mock_path_hook (Results 1 – 2 of 2) sorted by relevance
64 hook = util.mock_path_hook(path, importer=importer)89 hook = util.mock_path_hook(os.getcwd(), importer=importer)
402 def mock_path_hook(*entries, importer): function