We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c70ca commit 16c1078Copy full SHA for 16c1078
src/libtmux/server.py
@@ -602,14 +602,13 @@ def _update_panes(self) -> "Server":
602
"""
603
Update internal pane data and return ``self`` for chainability.
604
605
- Returns
606
- -------
607
- :class:`Server`
608
-
609
.. deprecated:: 0.16
610
611
Deprecated in favor of :attr:`.panes` and returning ``self``.
612
+ Returns
+ -------
+ :class:`Server`
613
614
warnings.warn("Server._update_panes() is deprecated", stacklevel=2)
615
self._list_panes()
0 commit comments