Class e.c.u.c.Request(object):

Part of elisa.core.utils.cancellable_queue View In Hierarchy

Encapsulate a request to call a function. It is used in CancellableQueue to queue the function calls.
Instance Variablescallfunction call encapsulated (type: callable )
argspositional arguments to be passed to the function (type: tuple of objects )
kwargskeyword arguments to be passed to the function (type: dict of the form {str: object} )
dfrdeferred used as an interface with the request: fired when the request has been processed (type: elisa.core.utils.cancellable_defer.CancellableDeferred )
call_dfrdeferred returned by the function call (type: elisa.core.utils.cancellable_defer.CancellableDeferred )
Line # Kind Name Docs
43 Method __init__
66 Method __str__ Undocumented
61 Method _cancel Undocumented
def __init__(self, call, *args, **kwargs):
Parameterscallfunction call encapsulated (type: callable )
argspositional arguments to be passed to the function (type: tuple of objects )
kwargskeyword arguments to be passed to the function (type: dict of the form {str: object} )
def _cancel(self, dfr):
Undocumented
def __str__(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-03-16 19:10:32.