Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ base_case
Method
base_case
tests/executor.py:56–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
55
class
execute:
56
def
base_case(self):
57
self.executor.execute(
"task1"
)
58
assert self.task1.body.called
59
60
def
kwargs(self):
61
k = {
"foo"
:
"bar"
}
Callers
nothing calls this directly
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected