mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
38 lines
585 B
ReStructuredText
38 lines
585 B
ReStructuredText
=====
|
|
Users
|
|
=====
|
|
|
|
Module: :mod:`jupyterhub.user`
|
|
==============================
|
|
|
|
.. automodule:: jupyterhub.user
|
|
|
|
.. currentmodule:: jupyterhub.user
|
|
|
|
:class:`UserDict`
|
|
-----------------
|
|
|
|
.. autoclass:: UserDict
|
|
:members:
|
|
|
|
|
|
:class:`User`
|
|
-------------
|
|
|
|
.. 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.
|
|
|