class documentation

class SpecialList(list): (source)

Constructor: SpecialList(typ, *args, **kwargs)

View In Hierarchy

A list subclass which adds a '_type' attribute for special printing (similar to an AttrDict, though this is NOT an AttrDict subclass).

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method _str Undocumented
Instance Variable _type Undocumented
def __init__(self, typ, *args, **kwargs): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

def _str(self): (source)

Undocumented

Undocumented