stdout_bytes(bytes) : Raw stdout bytes Default:field(default=b'').stderr_bytes(bytes) : Raw stderr bytes Default:field(default=b'').command(list[str]) : The command that was executed Default:field(default_factory=list).
ProcessResult
Result from a completed streaming exec operation.
Source: src/cwsandbox/_types.py:229
Result from a completed streaming exec operation.
Contains both the raw bytes and decoded strings for stdout/stderr,
along with the exit code and original command.
Attributes
Last modified on May 19, 2026