class twisted.spread.pb.RemoteMethod: (source)
This is a translucent reference to a remote message.
Method | __init__ | Initialize with a RemoteReference and the name of this message. |
Instance Variable | obj | Undocumented |
Instance Variable | name | Undocumented |
Method | __cmp__ | Undocumented |
Method | __hash__ | Undocumented |
Method | __call__ | Asynchronously invoke a remote method. |
Initialize with a RemoteReference
and the name of this message.