Request

Contains all of the information necessary to invoke a remote method. Public variables:

id

The message id which is used to associate the request with its response (set by the hub before the request is sent).

target

The object key that the method is being invoked upon.

method

The name of the method.

parms

The parameter sequence.

kwParms

The keyword parameters.

Methods

__getstate__(self)

   def __getstate__(self):

__init__(self, target, method, parms, kwParms)

   def __init__(self, target, method, parms, kwParms):