Public Member Functions | |
def | __init__ |
def | _get_keywords |
def | _remove_item |
def | initialise_database |
def | get_serverlist |
def | fetch_error_messages |
main class for the client application
Definition at line 14 of file start_client.py.
|
Constructor Definition at line 16 of file start_client.py. |
|
This function extracts keyword from a give file! Definition at line 201 of file start_client.py. |
|
This function removes an item for a list as a rekursive function. Definition at line 233 of file start_client.py. |
|
This function starts the worker thread, who initalises the regular fetching of the error messages. Definition at line 261 of file start_client.py. |
|
This function returns the server list. Definition at line 255 of file start_client.py. |
|
This function is initalising the database, creates it, when it's not there! It creates finally the database access cursor for further work with the database. Definition at line 249 of file start_client.py. |