MCPcopy
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_emptyFunction · 0.95
test_row_from_dictFunction · 0.95
_parse_namedFunction · 0.80
_pack_namedFunction · 0.80
mergeFunction · 0.80
_lower_keysFunction · 0.80
_check_blockersFunction · 0.80
iter_revsFunction · 0.80
_merge_dataFunction · 0.80
load_from_pipelineFunction · 0.80

Calls 2

columnMethod · 0.95
keysMethod · 0.95

Tested by 15

test_table_emptyFunction · 0.76
test_row_from_dictFunction · 0.76
pytest_configureFunction · 0.64
evolve_recursiveFunction · 0.64
test_collectFunction · 0.64
test_parametrizedFunction · 0.64
_simplify_treeFunction · 0.64
test_fs_ls_treeFunction · 0.64
test_fs_ls_tree_maxdepthFunction · 0.64
with_aliasesFunction · 0.64