Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dzipfile.py2123 return itertools.islice(_ancestry(path), 1, None)
2126 def _ancestry(path): function