MCPcopy Index your code
hub / github.com/treeverse/dvc / __init__

Method __init__

dvc/exceptions.py:293–296  ·  view source on GitHub ↗
(self, path, repo, dvc_only=False)

Source from the content-addressed store, hash-verified

291 )
292
293 def __init__(self, path, repo, dvc_only=False):
294 msg = self.default_msg if not dvc_only else self.default_msg_dvc_only
295 super().__init__(msg.format(path, repo))
296 self.dvc_only = dvc_only
297
298
299class URLMissingError(DvcException):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
formatMethod · 0.45

Tested by

no test coverage detected