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

Method _run

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

Source from the content-addressed store, hash-verified

128 # subclasses via self._run/_runner helpers" functionality. See how e.g.
129 # Local_ uses the same approach but bakes in the dummy class used.
130 def _run(self, *args, **kwargs):
131 return _run(*args, **kwargs)
132
133 def _runner(self, *args, **kwargs):
134 return _runner(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

_runFunction · 0.85

Tested by

no test coverage detected