Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dzipfile.py2202 return itertools.islice(_ancestry(path), 1, None)
2205 def _ancestry(path): function
2210 >>> list(_ancestry('b/d'))
2212 >>> list(_ancestry('/b/d/'))
2214 >>> list(_ancestry('b/d/f/'))
2216 >>> list(_ancestry('b'))
2218 >>> list(_ancestry(''))

Completed in 4 milliseconds