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

Method join

dvc/fs/dvc.py:170–171  ·  view source on GitHub ↗
(cls, *parts: str)

Source from the content-addressed store, hash-verified

168
169 @classmethod
170 def join(cls, *parts: str) -> str:
171 return posixpath.join(*parts)
172
173 @classmethod
174 def parts(cls, path: str) -> tuple[str, ...]:

Callers 15

abspathMethod · 0.95
lsMethod · 0.95
_getMethod · 0.95
filesMethod · 0.80
initMethod · 0.80
_resolveMethod · 0.80
__init__Method · 0.80
_get_dvc_argsFunction · 0.80
_edit_rwlockFunction · 0.80
_infos_to_strFunction · 0.80
get_dvc_infoFunction · 0.80
_get_cachesFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_fileMethod · 0.64
_skip_unsupported_linkFunction · 0.64
verify_imageFunction · 0.64
_remove_blanksFunction · 0.64
test_remote_default_cmdFunction · 0.64
test_commit_granular_dirFunction · 0.64
walk_filesFunction · 0.64
test_checkout_empty_dirFunction · 0.64
test_checkout_relinkFunction · 0.64