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

Method setup

integration/runners.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24class Runner_:
25 def setup(self) -> None:
26 os.chdir(os.path.join(os.path.dirname(__file__), "_support"))
27
28 class responding:
29 def base_case(self) -> None:

Callers

nothing calls this directly

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected