class documentation

class DebugObject(object): (source)

Constructor: DebugObject(enabled, indent)

View In Hierarchy

Undocumented

Method __add__ Undocumented
Method __init__ Undocumented
Method line Undocumented
Instance Variable enabled Undocumented
Instance Variable indent Undocumented
def __add__(self, i): (source)

Undocumented

def __init__(self, enabled=True, indent=0): (source)

Undocumented

def line(self, line): (source)

Undocumented

Undocumented

Undocumented