twisted.python.test.test_components.IProxiedSubInterface(IProxiedInterface)
interface documentationtwisted.python.test.test_components
(View In Hierarchy)
Known implementations: twisted.python.test.test_components.Booable
An interface that derives from another for use with proxyForInterface
.
Method | boo | A different sample method which should be proxied. |
Inherited from IProxiedInterface:
Attribute | ifaceAttribute | An example declared attribute, which should be proxied. |
Method | yay | A sample method which should be proxied. |