Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ _lower_keys
Function
_lower_keys
dvc/config.py:429–432 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
427
428
429
def
_lower_keys(data):
430
return
{
431
k.lower(): _lower_keys(v)
if
isinstance(v, dict)
else
v
for
k, v in data.items()
432
}
Callers
1
load_file
Method · 0.85
Calls
1
items
Method · 0.80
Tested by
no test coverage detected