File tree Expand file tree Collapse file tree 1 file changed +5
-32
lines changed Expand file tree Collapse file tree 1 file changed +5
-32
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,9 @@ Session Object
2222.. autoclass :: Session
2323 :members:
2424 :inherited-members:
25+ :private-members:
2526 :show-inheritance:
26-
27- .. attribute :: server
28-
29- The :class: `Server ` of the window.
30-
31- .. attribute :: windows
32-
33- A :py:obj: `list ` of the window's :class: `Window ` objects.
34-
35- .. attribute :: _window
36-
37- A :py:obj: `list ` of the session's windows as :py:obj: `dict `.
27+ :member-order: bysource
3828
3929Window Object
4030-------------
@@ -44,34 +34,17 @@ Window Object
4434 :inherited-members:
4535 :private-members:
4636 :show-inheritance:
47-
48- .. attribute :: session
49-
50- The :class: `Session ` of the window.
51-
52- .. attribute :: panes
53-
54- A :py:obj: `list ` of the window's :class: `Pane ` objects.
55-
56- .. attribute :: _panes
57-
58- A :py:obj: `list ` of the window's panes as :py:obj: `dict `.
37+ :member-order: bysource
5938
6039Pane Object
6140-----------
6241
6342.. autoclass :: Pane
6443 :members:
6544 :inherited-members:
45+ :private-members:
6646 :show-inheritance:
67-
68- .. attribute :: _session
69-
70- The :class: `Session ` of the pane.
71-
72- .. attribute :: _window
73-
74- The :class: `Window ` of the pane.
47+ :member-order: bysource
7548
7649Internals
7750---------
You can’t perform that action at this time.
0 commit comments