|
model_function(original_function)
Decorator to ensure a function is only called from within the model
thread. If this function is called in another thread, an exception will be
thrown |
source code
|
|
|
gui_function(original_function)
Decorator to ensure a function is only called from within the gui thread.
If this function is called in another thread, an exception will be thrown |
source code
|
|
|
setup_model()
Call the setup_model function in the settings |
source code
|
|
|
|
|
|
|
|
|
post(request,
response=None,
exception=None)
Post a request and a response to the default model thread |
source code
|
|