Classes | |
class | DiagnosticsSpeakThread |
class | Warning |
Functions | |
def | terminate_thread |
Variables | |
tuple | sound = SoundClient() |
tuple | w = Warning() |
def warning.terminate_thread | ( | thread | ) |
Terminates a python thread from another thread. :param thread: a threading.Thread instance
Definition at line 19 of file warning.py.
tuple warning::sound = SoundClient() |
Definition at line 136 of file warning.py.
tuple warning::w = Warning() |
Definition at line 137 of file warning.py.