示例#1
0
 def __str__(self):
     """ Human readable representation
     
     Returns:
     str -- the center and radius of the circle
     """
     return 'BCFilter: {0}'.format(Circle.__str__(self))