Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ normpath
Method
normpath
dvc/fs/dvc.py:192–193 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
190
return
tuple(ret)
191
192
def
normpath(self, path: str) -> str:
193
return
posixpath.normpath(path)
194
195
def
abspath(self, path: str) -> str:
196
if
not posixpath.isabs(path):
Callers
15
abspath
Method · 0.95
_parse_path
Method · 0.80
from_file
Method · 0.80
_is_ignored
Method · 0.80
check_ignore
Method · 0.80
normalize_path
Function · 0.80
resolve_output
Function · 0.80
resolve_paths
Function · 0.80
merge_from
Method · 0.80
__init__
Method · 0.80
is_dvc_internal
Method · 0.80
get_path
Method · 0.80
Calls
no outgoing calls
Tested by
1
match_files
Function · 0.64