Part of twisted.python.components View Source View In Hierarchy
| Instance Variable | methodName | the name of the method which this should invoke when called. (type: str) | 
| Instance Variable | originalAttribute | name of the attribute of the proxy where the original object is stored. | 
| Method | __init__ | Undocumented | 
| Method | __call__ | Invoke the specified methodNamemethod of theoriginalattribute for proxyForInterface. | 
methodName
method of the original attribute for proxyForInterface.| Parameters | oself | an instance of a proxyForInterfaceobject. | 
| Returns | the result of the underlying method. | |