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