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

Method append

dvc/compare.py:64–66  ·  view source on GitHub ↗
(self, value: Sequence["CellT"])

Source from the content-addressed store, hash-verified

62 yield with_value(val, self._fill_value), col
63
64 def append(self, value: Sequence["CellT"]) -> None:
65 for val, col in self._iter_col_row(value):
66 col.append(val)
67
68 def extend(self, values: Iterable[Sequence["CellT"]]) -> None:
69 for row in values:

Callers 15

extendMethod · 0.95
row_from_dictMethod · 0.95
diff_tableFunction · 0.95
runMethod · 0.95
test_list_operationsFunction · 0.95
test_fill_valueFunction · 0.95
test_dropFunction · 0.95
test_protectedFunction · 0.95
_get_dvc_argsFunction · 0.80
_check_blockersFunction · 0.80
_acquire_readFunction · 0.80
_acquire_writeFunction · 0.80

Calls 1

_iter_col_rowMethod · 0.95

Tested by 15

test_list_operationsFunction · 0.76
test_fill_valueFunction · 0.76
test_dropFunction · 0.76
test_protectedFunction · 0.76
_update_datapointsFunction · 0.64
test_datachainFunction · 0.64
onerrorFunction · 0.64
test_repro_dry_no_execFunction · 0.64
test_remove_remoteFunction · 0.64
test_plots_diff_openFunction · 0.64