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