コード例 #1
0
ファイル: component.py プロジェクト: crawfordsm/glue
 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
ファイル: component.py プロジェクト: mattjhill/glue
 def __str__(self):
     return "Component with shape %s" % shape_to_string(self.shape)