MCPcopy Index your code
hub / github.com/pyinvoke/invoke / setup_method

Method setup_method

tests/task.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 return Collection.from_module(mod)
27
28 def setup_method(self):
29 self.loader = Loader(start=support)
30 self.vanilla = self._load("decorators")
31
32 def allows_access_to_wrapped_object(self):
33 def lolcats(c):

Callers

nothing calls this directly

Calls 2

_loadMethod · 0.95
LoaderClass · 0.90

Tested by

no test coverage detected