Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ items
Method
items
dvc/compare.py:51–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
return
self._columns[name]
50
51
def
items(self) -> ItemsView[str, Column]:
52
projection = {k: self.column(k)
for
k in self.keys()}
53
return
projection.items()
54
55
def
keys(self) -> list[str]:
56
return
self._keys
Callers
15
test_table_empty
Function · 0.95
test_dict_like_interfaces
Function · 0.95
test_row_from_dict
Function · 0.95
_parse_named
Function · 0.80
_pack_named
Function · 0.80
merge
Function · 0.80
_lower_keys
Function · 0.80
_check_blockers
Function · 0.80
config_vars_for_completion
Function · 0.80
iter_revs
Function · 0.80
_merge_data
Function · 0.80
load_from_pipeline
Function · 0.80
Calls
2
column
Method · 0.95
keys
Method · 0.95
Tested by
15
test_table_empty
Function · 0.76
test_dict_like_interfaces
Function · 0.76
test_row_from_dict
Function · 0.76
pytest_configure
Function · 0.64
test_update_import_after_remote_updates_to_dvc
Function · 0.64
evolve_recursive
Function · 0.64
test_collect
Function · 0.64
test_parametrized
Function · 0.64
_simplify_tree
Function · 0.64
test_fs_ls_tree
Function · 0.64
test_fs_ls_tree_maxdepth
Function · 0.64
with_aliases
Function · 0.64