MCPcopy 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)
155class ExecResult:
156 exit_code: int
157 stdout: str
158 stderr: str
159
160
161class SandboxError(RuntimeError):

Callers 1

exec_streamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected