Overview¶
Bases: SkahaClient
Overview of the Skaha Server.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
SkahaClient
|
Object
|
Skaha Client. |
required |
Source code in skaha/overview.py
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 41 42 43 44 45 |
|
availability()
¶
Check if the server backend is available.
Returns:
Name | Type | Description |
---|---|---|
bool |
bool
|
True if the server is available, False otherwise. |
Source code in skaha/overview.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|