MCPcopy Create free account
hub / github.com/HKUDS/OpenOPC / communicate

Method communicate

tests/test_runtime_execution_environment.py:78–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 return self.returncode
77
78 async def communicate(self) -> tuple[bytes, bytes]:
79 return (
80 self._communicate_stdout.encode("utf-8"),
81 self._communicate_stderr.encode("utf-8"),
82 )
83
84 def kill(self) -> None:
85 self.killed = True

Callers 10

_run_commandMethod · 0.80
python_execFunction · 0.80
grepFunction · 0.80
create_worktreeFunction · 0.80
cleanup_worktreeFunction · 0.80
_run_processFunction · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected