interface documentation

class IProxiedSubInterface(IProxiedInterface):

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

View In Hierarchy

An interface that derives from another for use with proxyForInterface.

Method boo A different sample method which should be proxied.

Inherited from IProxiedInterface:

Method yay A sample method which should be proxied.
Attribute ifaceAttribute An example declared attribute, which should be proxied.
def boo(): ΒΆ

A different sample method which should be proxied.