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

Method _run

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

Source from the content-addressed store, hash-verified

1542
1543class Local_:
1544 def _run(self, *args, **kwargs):
1545 return _run(*args, **dict(kwargs, klass=_FastLocal))
1546
1547 def _runner(self, *args, **kwargs):
1548 return _runner(*args, **dict(kwargs, klass=_FastLocal))

Calls 1

_runFunction · 0.85

Tested by

no test coverage detected