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 46 47 48 49 50 51 52 |
|
_update_base_url()
¶
Update base URL for the server.
Returns:
Name | Type | Description |
---|---|---|
Self |
Self
|
The current object. |
Source code in skaha/overview.py
21 22 23 24 25 26 27 28 29 30 31 |
|
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
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
|