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

Method __init__

dvc/exceptions.py:69–76  ·  view source on GitHub ↗
(self, output, repo=None)

Source from the content-addressed store, hash-verified

67 """
68
69 def __init__(self, output, repo=None):
70 from dvc.utils import relpath
71
72 self.output = output
73 self.repo = repo
74 super().__init__(
75 f"Unable to find DVC file with output {relpath(self.output)!r}"
76 )
77
78
79class StageNotFoundError(DvcException):

Callers

nothing calls this directly

Calls 2

relpathFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected