class documentation
class Yayable:
Implements interfaces: twisted.python.test.test_components.IProxiedInterface
A provider of IProxiedInterface
which increments a counter for every call to yay.
Method | __init__ |
Undocumented |
Method | yay |
Increment self.yays. |
Instance Variable | yay |
Undocumented |
Instance Variable | yays |
The number of times yay has been called. |