Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
abspath
Method · 0.95
ls
Method · 0.95
_get
Method · 0.95
files
Method · 0.80
init
Method · 0.80
_resolve
Method · 0.80
__init__
Method · 0.80
_get_dvc_args
Function · 0.80
_edit_rwlock
Function · 0.80
_infos_to_str
Function · 0.80
get_dvc_info
Function · 0.80
_get_caches
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_file
Method · 0.64
_skip_unsupported_link
Function · 0.64
verify_image
Function · 0.64
_remove_blanks
Function · 0.64
test_remote_add_relative_path
Function · 0.64
test_remote_default_cmd
Function · 0.64
test_commit_granular_dir
Function · 0.64
walk_files
Function · 0.64
test_checkout_selective_remove
Function · 0.64
test_checkout_empty_dir
Function · 0.64
test_checkout_moved_cache_dir_with_symlinks
Function · 0.64
test_checkout_relink
Function · 0.64