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

Method __init__

dvc/exceptions.py:105–109  ·  view source on GitHub ↗
(self, dependency)

Source from the content-addressed store, hash-verified

103 """
104
105 def __init__(self, dependency):
106 assert isinstance(dependency, str)
107
108 msg = "'{}' is specified as an output and as a dependency."
109 super().__init__(msg.format(dependency))
110
111
112class ArgumentDuplicationError(DvcException):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
formatMethod · 0.45

Tested by

no test coverage detected