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

Method extend

dvc/compare.py:68–70  ·  view source on GitHub ↗
(self, values: Iterable[Sequence["CellT"]])

Source from the content-addressed store, hash-verified

66 col.append(val)
67
68 def extend(self, values: Iterable[Sequence["CellT"]]) -> None:
69 for row in values:
70 self.append(row)
71
72 def insert(self, index: int, value: Sequence["CellT"]) -> None:
73 for val, col in self._iter_col_row(value):

Callers 15

tabulateFunction · 0.95
test_list_operationsFunction · 0.95
test_fill_valueFunction · 0.95
test_dropnaFunction · 0.95
test_dropna_subsetFunction · 0.95
test_drop_duplicatesFunction · 0.95
iter_revsFunction · 0.80
_ignoreMethod · 0.80
__pretty_exc__Method · 0.80

Calls 1

appendMethod · 0.95

Tested by 9

test_list_operationsFunction · 0.76
test_fill_valueFunction · 0.76
test_dropnaFunction · 0.76
test_dropna_subsetFunction · 0.76
test_drop_duplicatesFunction · 0.76
test_system_infoFunction · 0.64