This is a translucent reference to a remote message.
Methods
|
|
__call__
__cmp__
__hash__
__init__
|
|
__call__
|
__call__ (
self,
*args,
*kw,
)
Asynchronously invoke a remote method.
|
|
__cmp__
|
__cmp__ ( self, other )
|
|
__hash__
|
__hash__ ( self )
|
|
__init__
|
__init__ (
self,
obj,
name,
)
Initialize with a RemoteReference and the name of this message.
|
|