File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,18 @@ class Server(TmuxRelationalObject, EnvironmentMixin):
60
60
Accessed April 1st, 2018.
61
61
"""
62
62
63
- #: ``[-L socket-name]``
64
63
socket_name = None
65
- #: ``[-S socket-path ]``
64
+ """Passthrough to ``[-L socket-name ]``"""
66
65
socket_path = None
67
- #: ``[-f file ]``
66
+ """Passthrough to ``[-S socket-path ]``"""
68
67
config_file = None
69
- #: ``-2`` or ``-8``
68
+ """Passthrough to ``[-f file]``"""
70
69
colors = None
71
- #: unique child ID used by :class:`~libtmux.common.TmuxRelationalObject`
70
+ """``-2`` or ``-8``"""
72
71
child_id_attribute = "session_id"
73
- #: namespace used :class:`~libtmux.common.TmuxMappingObject`
72
+ """Unique child ID used by :class:`~libtmux.common.TmuxRelationalObject`"""
74
73
formatter_prefix = "server_"
74
+ """Namespace used for :class:`~libtmux.common.TmuxMappingObject`"""
75
75
76
76
def __init__ (
77
77
self ,
You can’t perform that action at this time.
0 commit comments