class documentation

class OrderedCallbackTracker: (source)

View In Hierarchy

Test helper for tracking callbacks and their order.

Method __init__ Undocumented
Method call1 Undocumented
Method call2 Undocumented
Method call3 Undocumented
Instance Variable callList Undocumented
def __init__(self): (source)

Undocumented

def call1(self, object): (source)

Undocumented

def call2(self, object): (source)

Undocumented

def call3(self, object): (source)

Undocumented

callList: list = (source)

Undocumented