Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ explicit_task_module
Method
explicit_task_module
integration/main.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
47
@trap
48
def
explicit_task_module(self) -> None:
49
_output_eq(
"inv --collection _explicit foo"
,
"Yup"
)
50
51
@trap
52
def
invocation_with_args(self) -> None:
Callers
nothing calls this directly
Calls
1
_output_eq
Function · 0.85
Tested by
no test coverage detected