Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
class
_ExecutionResult:
22
success: bool
23
stdout: str
24
stderr: str
25
exit_code: int | None
26
error: str | None = None
27
28
29
class
PythonNodeExecutor(NodeExecutor):
Callers
1
_run_process
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected