MCPcopy Create free account
hub / github.com/pyinvoke/invoke / _runner

Method _runner

tests/runners.py:133–134  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

131 return _run(*args, **kwargs)
132
133 def _runner(self, *args, **kwargs):
134 return _runner(*args, **kwargs)
135
136 def _mock_stdin_writer(self):
137 """

Callers

nothing calls this directly

Calls 1

_runnerFunction · 0.85

Tested by

no test coverage detected