LabelCell.__init__()
# - - - L a b e l C e l l . _ _ i n i t _ _ def __init__(self, label): '''Constructor. ''' Cell.__init__(self) self.label = label