mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00

apologies to anyone finding this commit via git blame or log run the autoformatting by pre-commit run --all-files
37 lines
584 B
ReStructuredText
37 lines
584 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.
|