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

Class InvalidArgumentError

dvc/exceptions.py:21–26  ·  view source on GitHub ↗

Thrown if arguments are invalid.

Source from the content-addressed store, hash-verified

19
20
21class InvalidArgumentError(ValueError, DvcException):
22 """Thrown if arguments are invalid."""
23
24 def __init__(self, msg, *args):
25 self.msg = msg
26 super().__init__(msg, *args)
27
28
29class OutputDuplicationError(DvcException):

Callers 15

apply_overridesFunction · 0.90
get_hydra_sweepsFunction · 0.90
validate_argsMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
check_argumentsMethod · 0.90
runMethod · 0.90
check_argumentsMethod · 0.90
imp_urlFunction · 0.90
pushFunction · 0.90
_validate_argsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected