mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00

APIHandler.server_model unconditionally returns the Spawner's user_options dict but it wasn't mentioned in the API reference so it's added here. The description is taken from the docstring on Spawner.user_options. Closes issue #2965