Skip to main content
Source: src/cwsandbox/_types.py:752
class TerminalResult(returncode: int, command: list[str] = list())
Result from a completed terminal session. Unlike ProcessResult, doesn’t contain captured stdout or stderr because TTY sessions don’t buffer output. Attributes
  • command (list[str]) : The command that was executed. Default: field(default_factory=list).
Last modified on May 29, 2026