def _maybe_model_repr(obj): if hasattr(obj, '_repr_model_') and six.callable(obj._repr_model_): return obj._repr_model_() return obj