Exemplo n.º 1
0
 def __repr__(self):
     cls_text = self.__class__.__name__
     kwargs_text = kwargs_repr(**self._get_params())
     return str("%s(%s)") % (cls_text, kwargs_text)
Exemplo n.º 2
0
 def __repr__(self):
     cls_text = self.__class__.__name__
     kwargs_text = kwargs_repr(self._get_params(),
                               self._repr_skip_value_params)
     return str("%s(%s)") % (cls_text, kwargs_text)
Exemplo n.º 3
0
 def __repr__(self):
     cls_text = self.__class__.__name__
     kwargs_text = kwargs_repr(self._get_params(),
                               self._repr_skip_value_params)
     return str("%s(%s)") % (cls_text, kwargs_text)