t.p.c._ProxiedClassMethod(object) : class documentation

Part of twisted.python.components View Source View In Hierarchy

A proxied class method.
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 methodName method of the original attribute for proxyForInterface.
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.
def __init__(self, methodName, originalAttribute): (source)
Undocumented
def __call__(self, oself, *args, **kw): (source)
Invoke the specified methodName method of the original attribute for proxyForInterface.
Parametersoselfan instance of a proxyForInterface object.
Returnsthe result of the underlying method.
API Documentation for Twisted, generated by pydoctor at 2014-05-12 18:27:00.