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