class documentation

class RemoteMethod: (source)

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): (source)

Asynchronously invoke a remote method.

def __cmp__(self, other): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, obj, name): (source)

Initialize with a RemoteReference and the name of this message.

Undocumented

Undocumented