Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
Dutil.py42 def _find_spec_from_path(name, path=None): function
/external/python/cpython3/Lib/
Dpyclbr.py162 spec = importlib.util._find_spec_from_path(fullmodule, search_path)