Exemplo n.º 1
0
 def __str__(self):
     return self.name + ' ' + Attributes.__str__(self)
Exemplo n.º 2
0
 def __str__(self):
     return '%s (%s)' % (self.name, Attributes.__str__(self))