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

Method __init__

dvc/exceptions.py:280–281  ·  view source on GitHub ↗
(self, code, reason)

Source from the content-addressed store, hash-verified

278
279class HTTPError(DvcException):
280 def __init__(self, code, reason):
281 super().__init__(f"'{code} {reason}'")
282
283
284class PathMissingError(DvcException):

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected