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 cd392d6 commit 28f0d0dCopy full SHA for 28f0d0d
CHANGES
@@ -26,7 +26,7 @@ Here you can find the recent changes to tmuxp.
26
27
- :class:`Window` now has @proprety :meth:`Window.panes` returning a
28
list of :class:`Pane` objects via :meth:`Window.list_panes()`.
29
- @property :meth:`Window._windows` to :meth:`Window._list_panes()`
+ @property :meth:`Window._panes` to :meth:`Window._list_panes()`
30
to return a list of dicts without making objects.
31
32
2013-10-18
doc/api.rst
@@ -36,6 +36,7 @@ Window Object
36
.. autoclass:: Window
37
:members:
38
:inherited-members:
39
+ :private-members:
40
:show-inheritance:
41
42
.. attribute:: _session
0 commit comments