On this page
libtmux.Window._refresh
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- src/libtmux/neo.py
-
Inherited from
libtmux.neo.ObjRefresh dataclass fields from a single
list-*row.Used by the public
refresh()methods onPane,Window,Session, andClient. Each subclass guards its identity field (pane_id,window_id,session_id,client_name) againstNonebefore delegating here; this base method enforces the same precondition explicitly so the guarantee survivespython -O, where anassertwould be stripped.- Raises
-
-
ValueError – When
obj_idisNone. Surfaces a clear error underpython -O, matching the contract of the publicrefresh()methods.
-
0 declared, 0 inherited