class documentation

class RemoteMethod: (source)

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.
name = (source)

Undocumented

Undocumented