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

Method __init__

dvc/exceptions.py:189–192  ·  view source on GitHub ↗
(self, parent, overlapping_out, message)

Source from the content-addressed store, hash-verified

187
188class OverlappingOutputPathsError(DvcException):
189 def __init__(self, parent, overlapping_out, message):
190 self.parent = parent
191 self.overlapping_out = overlapping_out
192 super().__init__(message)
193
194
195class CheckoutErrorSuggestGit(DvcException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected