def __str__(self): return self.name + ' ' + Attributes.__str__(self)
def __str__(self): return '%s (%s)' % (self.name, Attributes.__str__(self))