mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
32 lines
545 B
ReStructuredText
32 lines
545 B
ReStructuredText
=============
|
|
Users
|
|
=============
|
|
|
|
Module: :mod:`jupyterhub.user`
|
|
==============================
|
|
|
|
.. automodule:: jupyterhub.user
|
|
|
|
.. currentmodule:: jupyterhub.user
|
|
|
|
:class:`User`
|
|
-------------
|
|
|
|
.. class:: Server
|
|
|
|
.. autoclass:: User
|
|
:members: escaped_name
|
|
|
|
.. attribute:: name
|
|
|
|
The user's name
|
|
|
|
.. attribute:: server
|
|
|
|
The user's Server data object if running, None otherwise.
|
|
Has ``ip``, ``port`` attributes.
|
|
|
|
.. attribute:: spawner
|
|
|
|
The user's :class:`~.Spawner` instance.
|