__init__(self,
callable_,
args=None,
kwds=None,
requestID=None,
callback=None,
exc_callback=<function _handle_thread_exception at 0x0000000001CF0DD8>)
(Constructor)
| source code
|
Class constructor.
- Parameters:
callable_ - The callable object or function
args - The argument list to the callable object or function
kwds - The keyword arguments to the callable object or function
requestID - An ID for the request
callback - A callback on completion of the request
exc_callback - A callback when the request throws an excetion
|