class documentation

class twisted.python.components._ProxiedClassMethod: (source)

View In Hierarchy

A proxied class method.

Instance Variable methodName the name of the method which this should invoke when called.
Instance Variable __name__ The name of the method being proxied (the same as methodName).
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 = (source)
the name of the method which this should invoke when called.
(type: str)
__name__ = (source)
The name of the method being proxied (the same as methodName).
(type: str)
originalAttribute = (source)
name of the attribute of the proxy where the original object is stored.
(type: str)
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.
argsUndocumented
kwUndocumented
Returnsthe result of the underlying method.
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.