Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py239 path_location = 'test_finder_with_find_module' variable in PathEntryFinderTests.test_finder_with_failing_find_spec.Finder
241 if path != self.path_location:
249 with util.import_state(path=[Finder.path_location]+sys.path[:],
257 path_location = 'test_finder_with_find_module' variable in PathEntryFinderTests.test_finder_with_failing_find_module.Finder
259 if path != self.path_location:
267 with util.import_state(path=[Finder.path_location]+sys.path[:],