Searched refs:_dist_try_harder (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dplatform.py196 def _dist_try_harder(distname,version,id): function
301 /etc and then reverts to _dist_try_harder() in case no
331 return _dist_try_harder(distname,version,id)
356 /etc and then reverts to _dist_try_harder() in case no
/external/python/cpython3/Lib/
H A Dplatform.py204 def _dist_try_harder(distname, version, id): function
315 /etc and then reverts to _dist_try_harder() in case no
345 return _dist_try_harder(distname, version, id)
370 /etc and then reverts to _dist_try_harder() in case no

Completed in 99 milliseconds