mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-29 17:11:19 +01:00
adds docstring
This commit is contained in:
@@ -106,6 +106,8 @@ class Server:
|
||||
Whether to enable the RPC server. Default is True.
|
||||
enable_web: bool
|
||||
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
|
||||
Whether to use ForkingServer for multiprocessing. Default is False.
|
||||
web_settings: dict[str, Any]
|
||||
|
||||
Reference in New Issue
Block a user