MCPcopy Index your code
hub / github.com/tmux-python/tmuxp / _WindowStatus

Class _WindowStatus

src/tmuxp/cli/_progress.py:201–208  ·  view source on GitHub ↗

State for a single window in the build tree.

Source from the content-addressed store, hash-verified

199
200@dataclasses.dataclass
201class _WindowStatus:
202 """State for a single window in the build tree."""
203
204 name: str
205 done: bool = False
206 pane_num: int | None = None
207 pane_total: int | None = None
208 pane_done: int = 0 # panes completed in this window (set on window_done)
209
210
211class BuildTree:

Callers 1

on_eventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected