|
post(self,
request,
response=None,
exception=None)
Post a request to the model thread, request should be
a function that takes no arguments. The request function
will be called within the model thread. When the request
is finished, on first occasion, the response function will be
called within the gui thread. The response function takes as
arguments, the results of the request function.
@param request: function to be called within the model thread
@param response: a slot that will be called with the result of the
request function
@param exception: a slot that will be called in case request throws
an exception |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|