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
22
22
.. autoclass :: Session
23
23
:members:
24
24
:inherited-members:
25
+ :private-members:
25
26
: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
38
28
39
29
Window Object
40
30
-------------
@@ -44,34 +34,17 @@ Window Object
44
34
:inherited-members:
45
35
:private-members:
46
36
: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
59
38
60
39
Pane Object
61
40
-----------
62
41
63
42
.. autoclass :: Pane
64
43
:members:
65
44
:inherited-members:
45
+ :private-members:
66
46
: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
75
48
76
49
Internals
77
50
---------
You can’t perform that action at this time.
0 commit comments