shyft.dashboard.apps.dtss_viewer.dtss_viewer_app¶
Classes
|
Init of base app |
- class shyft.dashboard.apps.dtss_viewer.dtss_viewer_app.DtssViewerApp(thread_pool=None, app_kwargs=None)[source]¶
Bases:
AppBaseInit of base app
- Parameters:
thread_pool (ThreadPoolExecutor | None) – Optional thread pool used for async calls within the app
app_kwargs (Dict[str, Any] | None) – Optional keyword arguments provided to the app through the start_bokeh_apps methods
- __init__(thread_pool=None, app_kwargs=None)[source]¶
Init of base app
- Parameters:
thread_pool (ThreadPoolExecutor | None) – Optional thread pool used for async calls within the app
app_kwargs (Dict[str, Any] | None) – Optional keyword arguments provided to the app through the start_bokeh_apps methods
- Return type:
None
- property name: str¶
This property returns the name of the app