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

Method _run

invoke/context.py:127–129  ·  view source on GitHub ↗
(self, runner: "Runner", command: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

125 # Fabric/etc, which needs to juggle multiple runner class types (local and
126 # remote).
127 def _run(self, runner: "Runner", command: str, **kwargs: Any) -> Result:
128 command = self._prefix_commands(command)
129 return runner.run(command, **kwargs)
130
131 def sudo(self, command: str, **kwargs: Any) -> Result:
132 """

Callers 2

runMethod · 0.95
runMethod · 0.45

Calls 2

_prefix_commandsMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected