dashboard
Dashboard
#
Source code in cogip/tools/dashboard_beacon/dashboard.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
|
__init__()
#
Class constructor.
Create FastAPI application.
Source code in cogip/tools/dashboard_beacon/dashboard.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
handle_exit(*args, **kwargs)
staticmethod
#
Overload function for Uvicorn handle_exit
Source code in cogip/tools/dashboard_beacon/dashboard.py
36 37 38 39 40 |
|