MCPcopy
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

1def flatten(d):
2 import flatten_dict
3
4 return flatten_dict.flatten(d, reducer="dot")
5
6
7def unflatten(d):

Callers 7

metrics_tableFunction · 0.90
_flattenFunction · 0.90
_format_configMethod · 0.90
_Function · 0.90
_sortFunction · 0.90
_d_cellsFunction · 0.90
_collect_dFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected