class documentation

class ComplexityLimit: (source)

View In Hierarchy

A class that raises TooComplexError if we hit a limit.

Method __init__ Undocumented
Method inc Undocumented
Instance Variable count Undocumented
Instance Variable limit Undocumented
def __init__(self, limit): (source)

Undocumented

def inc(self, add=1): (source)

Undocumented

Undocumented

Undocumented