Package foolscap :: Module referenceable :: Class RemoteMethodReference
[hide private]
[frames] | no frames]

Class RemoteMethodReference

source code

         object --+        
                  |        
RemoteReferenceOnly --+    
                      |    
        RemoteReference --+
                          |
                         RemoteMethodReference

Instance Methods [hide private]
 
callRemote(self, *args, **kwargs) source code
 
_getMethodInfo(self, name) source code

Inherited from RemoteReference: callRemoteOnly

Inherited from RemoteReference (private): _callRemote

Inherited from RemoteReferenceOnly: __init__, __providedBy__, __repr__, dontNotifyOnDisconnect, getPeer, getRemoteTubID, getSturdyRef, notifyOnDisconnect

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from RemoteReference: __implemented__, __provides__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

callRemote(self, *args, **kwargs)

source code 
Overrides: RemoteReference.callRemote

_getMethodInfo(self, name)

source code 
Overrides: RemoteReference._getMethodInfo