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

Method parse

dvc/testing/tmp_dir.py:240–241  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

238 return serialize.DUMPERS[self.suffix](self, *args, **kwargs)
239
240 def parse(self, *args, **kwargs):
241 return serialize.LOADERS[self.suffix](self, *args, **kwargs)
242
243 def modify(self, *args, **kwargs):
244 return serialize.MODIFIERS[self.suffix](self, *args, **kwargs)

Callers 15

__init__Method · 0.80
_checkMethod · 0.80
parse_pyFunction · 0.80
parse_py_for_updateFunction · 0.80
_dumpFunction · 0.80
test_commit_changed_md5Function · 0.80
test_checkout_executableFunction · 0.80
test_dvc_dumpFunction · 0.80
test_datachain_dumpFunction · 0.80
test_url_dumpFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_commit_changed_md5Function · 0.64
test_checkout_executableFunction · 0.64
test_dvc_dumpFunction · 0.64
test_datachain_dumpFunction · 0.64
test_url_dumpFunction · 0.64
testFunction · 0.64