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

Method write_bytes

dvc/testing/cloud.py:32–33  ·  view source on GitHub ↗
(self, contents)

Source from the content-addressed store, hash-verified

30
31 @abstractmethod
32 def write_bytes(self, contents):
33 raise NotImplementedError
34
35 @abstractmethod
36 def unlink(self, missing_ok: bool = False) -> None:

Callers 7

write_textMethod · 0.95
_genMethod · 0.80
_genMethod · 0.80
isolateFunction · 0.80
makeFunction · 0.80
test_default_outputFunction · 0.80

Calls

no outgoing calls

Tested by 4

isolateFunction · 0.64
makeFunction · 0.64
test_default_outputFunction · 0.64