A proxied class method.

Instance Variable methodName the name of the method which this should invoke when called. (type: str)
Instance Variable __name__ The name of the method being proxied (the same as methodName). (type: str)
Instance Variable originalAttribute name of the attribute of the proxy where the original object is stored. (type: str)
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)
__name__ =
The name of the method being proxied (the same as methodName). (type: str)
originalAttribute =
name of the attribute of the proxy where the original object is stored. (type: str)
def __init__(self, methodName, originalAttribute):
Undocumented
def __call__(self, oself, *args, **kw):

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 2020-03-25 17:34:30.