Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ flatten
Function
flatten
dvc/utils/flatten.py:1–4 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
1
def
flatten(d):
2
import
flatten_dict
3
4
return
flatten_dict.flatten(d, reducer=
"dot"
)
5
6
7
def
unflatten(d):
Callers
7
metrics_table
Function · 0.90
_flatten
Function · 0.90
_format_config
Method · 0.90
_
Function · 0.90
_sort
Function · 0.90
_d_cells
Function · 0.90
_collect_d
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected