def __str__(self):
     return CFunctionPO.__str__(self) + " (" + str(self.external_id) + ")"
예제 #2
0
 def __str__(self):
     return (CFunctionPO.__str__(self) + ' (' + str(self.external_id) + ')')