class documentation

class RemoteMethod:

Constructor: RemoteMethod(obj, name)

View In Hierarchy

This is a translucent reference to a remote message.

Method __call__ Asynchronously invoke a remote method.
Method __cmp__ Undocumented
Method __hash__ Undocumented
Method __init__ Initialize with a RemoteReference and the name of this message.
Instance Variable name Undocumented
Instance Variable obj Undocumented
def __call__(self, *args, **kw):

Asynchronously invoke a remote method.

def __cmp__(self, other):

Undocumented

def __hash__(self):

Undocumented

def __init__(self, obj, name):

Initialize with a RemoteReference and the name of this message.

name =

Undocumented

obj =

Undocumented