Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ ExecResult
Class
ExecResult
python/openshell/sandbox.py:155–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
154
@dataclass(frozen=True)
155
class
ExecResult:
156
exit_code: int
157
stdout: str
158
stderr: str
159
160
161
class
SandboxError(RuntimeError):
Callers
1
exec_stream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected