On this page
libtmux.Pane.refresh
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/pane.py
-
Refresh pane attributes from tmux.
Scoped to this pane's own window (
list-panes -t %ID), so tmux -- not libtmux -- decides which session the pane belongs to. SeePane.from_pane_id.Examples
>>> pane.refresh() >>> pane.pane_id '%1'- Raises
-
-
ValueError – When
pane_idis unset. Surfaces a clear error underpython -O, where anassertwould be stripped. -
TmuxObjectDoesNotExist – When the pane no longer exists.
-
LibTmuxException – When tmux itself is unreachable.
-
0 declared, 0 inherited