class documentation

class CallbackTracker: (source)

View In Hierarchy

Test helper for tracking callbacks.

Increases a counter on each call to call and stores the object passed in the call.

Method __init__ Undocumented
Method call Undocumented
Instance Variable called Undocumented
Instance Variable obj Undocumented
def __init__(self): (source)

Undocumented

def call(self, obj): (source)

Undocumented

Undocumented

Undocumented