Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ raises_ValueError_on_multiple_defaults
Method
raises_ValueError_on_multiple_defaults
tests/task.py:52–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
assert ap[
"yup"
].autoprint is True
51
52
def
raises_ValueError_on_multiple_defaults(self):
53
with
raises(ValueError):
54
self._load(
"decorator_multi_default"
)
55
56
def
sets_arg_kind(self):
57
skip()
Callers
nothing calls this directly
Calls
1
_load
Method · 0.95
Tested by
no test coverage detected