Skip to content

Commit

Permalink
docs(Server): Use explicit fqdn lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 10, 2022
1 parent 5260a7e commit 573168a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions libtmux/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ class Server(TmuxRelationalObject["Session", "SessionDict"], EnvironmentMixin):
"""
The :term:`tmux(1)` :term:`Server` [server_manual]_.
- :attr:`Server._sessions` [:class:`Session`, ...]
- :attr:`Server._sessions` [:class:`Session <libtmux.session.Session>`, ...]
- :attr:`Session._windows` [:class:`Window`, ...]
- :attr:`Session._windows <libtmux.session.Session._windows>`
[:class:`~libtmux.window.Window`, ...]
- :attr:`Window._panes` [:class:`Pane`, ...]
- :attr:`Window._panes <libtmux.window.Window._panes>`
[:class:`~libtmux.pane.Pane`, ...]
- :class:`Pane`
- :class:`~libtmux.pane.Pane`
When instantiated stores information on live, running tmux server.
Expand Down

0 comments on commit 573168a

Please sign in to comment.