Home | Trees | Indices | Help |
|
---|
|
|
|||
ModelThreadException | |||
ModelThread Thread in which the model runs, all requests to the model should be posted to the the model thread. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
logger = logging.getLogger('camelot.view.model_thread')
|
|||
_model_thread_ = []
|
|
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 |
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 To Do: now it only checks if the function is not called within the model thread, this is incomplete |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 31 18:49:51 2009 | http://epydoc.sourceforge.net |