Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpathlib.py502 path = parent_path._make_child_relpath(self.name)
525 path = parent_path._make_child_relpath(name)
550 path = parent_path._make_child_relpath(entry.name)
1020 def _make_child_relpath(self, part): member in Path
1087 yield self._make_child_relpath(name)