MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / _ExecutionResult

Class _ExecutionResult

runtime/node/executor/python_executor.py:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20@dataclass
21class _ExecutionResult:
22 success: bool
23 stdout: str
24 stderr: str
25 exit_code: int | None
26 error: str | None = None
27
28
29class PythonNodeExecutor(NodeExecutor):

Callers 1

_run_processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected