Exemple #1
0
 def __repr__ (self):
     """W.__repr__ () <==> repr (W)
     """
     return "WidgetStyle %s" % IterableUserDict.__repr__ (self)