adds docstring

This commit is contained in:
Mose Müller 2023-11-06 10:49:41 +01:00
parent 20a64099a4
commit 0385e5732e

View File

@ -106,6 +106,8 @@ class Server:
Whether to enable the RPC server. Default is True. Whether to enable the RPC server. Default is True.
enable_web: bool enable_web: bool
Whether to enable the web server. Default is True. Whether to enable the web server. Default is True.
filename: str | Path | None
Filename of the file managing the service state persistence. Defaults to None.
use_forking_server: bool use_forking_server: bool
Whether to use ForkingServer for multiprocessing. Default is False. Whether to use ForkingServer for multiprocessing. Default is False.
web_settings: dict[str, Any] web_settings: dict[str, Any]