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

Method unprotect

dvc/compare.py:45–46  ·  view source on GitHub ↗
(self, *col_names: str)

Source from the content-addressed store, hash-verified

43 self._protected.update(col_names)
44
45 def unprotect(self, *col_names: str):
46 self._protected = self._protected.difference(col_names)
47
48 def column(self, name: str) -> Column:
49 return self._columns[name]

Callers 1

test_protectedFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_protectedFunction · 0.76