Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ basic_invocation
Method
basic_invocation
integration/main.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
class
basics:
27
@trap
28
def
basic_invocation(self) -> None:
29
_output_eq(
"invoke print-foo"
,
"foo"
)
30
31
@trap
32
def
version_output(self) -> None:
Callers
nothing calls this directly
Calls
1
_output_eq
Function · 0.85
Tested by
no test coverage detected