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

Method _runner

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

Source from the content-addressed store, hash-verified

1545 return _run(*args, **dict(kwargs, klass=_FastLocal))
1546
1547 def _runner(self, *args, **kwargs):
1548 return _runner(*args, **dict(kwargs, klass=_FastLocal))
1549
1550 class stop:
1551 @mock_subprocess()

Callers 15

honors_configMethod · 0.45
kwarg_beats_configMethod · 0.45
honors_configMethod · 0.45
kwarg_beats_configMethod · 0.45
honors_configMethod · 0.45
kwarg_beats_configMethod · 0.45
may_be_configuredMethod · 0.45
kwarg_beats_configMethod · 0.45
return_codeMethod · 0.45

Calls 1

_runnerFunction · 0.85

Tested by

no test coverage detected