mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
21 lines
424 B
Markdown
21 lines
424 B
Markdown
# Spawners
|
|
|
|
## Module: {mod}`jupyterhub.spawner`
|
|
|
|
```{eval-rst}
|
|
.. automodule:: jupyterhub.spawner
|
|
```
|
|
|
|
### {class}`Spawner`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: Spawner
|
|
:members: options_from_form, user_options, poll, start, stop, get_args, get_env, get_state, template_namespace, format_string, create_certs, move_certs
|
|
```
|
|
|
|
### {class}`LocalProcessSpawner`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: LocalProcessSpawner
|
|
```
|