示例#1
0
 def __str__(self):
     return "Component with shape %s" % shape_to_string(self.shape)
示例#2
0
 def __str__(self):
     return "%s with shape %s" % (self.__class__.__name__, shape_to_string(self.shape))
示例#3
0
 def __str__(self):
     return "Component with shape %s" % shape_to_string(self.shape)