MCPcopy
hub / github.com/treeverse/dvc / keys

Method keys

dvc/compare.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 return projection.items()
54
55 def keys(self) -> list[str]:
56 return self._keys
57
58 def _iter_col_row(self, row: Sequence["CellT"]) -> Iterator[tuple["CellT", Column]]:
59 for val, col in zip_longest(row, self.columns):

Callers 15

columnsMethod · 0.95
itemsMethod · 0.95
to_csvMethod · 0.95
row_from_dictMethod · 0.95
renderMethod · 0.95
as_dictMethod · 0.95
dropnaMethod · 0.95
drop_duplicatesMethod · 0.95
metrics_tableFunction · 0.95
test_table_emptyFunction · 0.95
test_fill_valueFunction · 0.95

Calls

no outgoing calls

Tested by 15

test_table_emptyFunction · 0.76
test_fill_valueFunction · 0.76
test_dropFunction · 0.76
test_protectedFunction · 0.76
test_row_from_dictFunction · 0.76
drop_fieldsFunction · 0.64
test_fetch_statsFunction · 0.64
test_data_indexFunction · 0.64
test_params_dumpFunction · 0.64