Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyinvoke/invoke
/ may_be_given
Method
may_be_given
tests/task.py:484–485 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
482
assert Call(_).kwargs == dict()
483
484
def
may_be_given(self):
485
assert Call(_, kwargs={
"foo"
:
"bar"
}).kwargs == {
"foo"
:
"bar"
}
486
487
class
stringrep:
488
"__str__"
Callers
nothing calls this directly
Calls
1
Call
Class · 0.90
Tested by
no test coverage detected