예제 #1
0
 def __str__(self):
     return self.name + ' ' + Attributes.__str__(self)
예제 #2
0
 def __str__(self):
     return '%s (%s)' % (self.name, Attributes.__str__(self))