interface documentation

class IProxiedInterface(Interface):

Known subclasses: twisted.python.test.test_components.IProxiedSubInterface

Known implementations: twisted.python.test.test_components.Yayable

View In Hierarchy

An interface class for use by proxyForInterface.

Method yay A sample method which should be proxied.
Attribute ifaceAttribute An example declared attribute, which should be proxied.
def yay(*a, **kw):

A sample method which should be proxied.

ifaceAttribute =

An example declared attribute, which should be proxied.