class documentation

A provider of IProxiedInterface which increments a counter for every call to yay.

Method __init__ Undocumented
Method yay Increment self.yays.
Instance Variable yayArgs Undocumented
Instance Variable yays The number of times yay has been called.
def __init__(self): (source)

Undocumented

def yay(self, *a, **kw): (source)

Undocumented

The number of times yay has been called.