MCPcopy
hub / github.com/treeverse/dvc / joinpath

Method joinpath

dvc/testing/path_info.py:206–207  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

204 return self.replace(path=posixpath.join(self._spath, other))
205
206 def joinpath(self, *args):
207 return self.replace(path=posixpath.join(self._spath, *args))
208
209 __truediv__ = __div__
210

Calls 2

replaceMethod · 0.95
joinMethod · 0.80