Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ setup_method
Method
setup_method
tests/collection.py:152–153 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
150
151
class
from_module:
152
def
setup_method(self):
153
self.c = Collection.from_module(load(
"integration"
))
154
155
class
parameters:
156
def
setup_method(self):
Callers
nothing calls this directly
Calls
2
load
Function · 0.90
from_module
Method · 0.80
Tested by
no test coverage detected