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

Method setup_method

tests/context.py:138–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136
137 class cwd:
138 def setup_method(self):
139 self.c = Context()
140
141 def simple(self):
142 self.c.command_cwds = ["a", "b"]

Callers

nothing calls this directly

Calls 1

ContextClass · 0.90

Tested by

no test coverage detected