Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
Dresources.py130 return _path_from_resource_path(reader, resource) or _path_from_open_resource(
140 def _path_from_open_resource(reader, resource): function