class documentation

class silent_list(list): (source)

View In Hierarchy

override repr when returning a list of matplotlib artists to prevent long, meaningless output. This is meant to be used for a homogeneous list of a give type

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable type Undocumented
def __init__(self, type, seq=None): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

type = (source)

Undocumented