Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dzipfile.py2122 return itertools.islice(_ancestry(path), 1, None)
2125 def _ancestry(path): function