def __repr__(self): """Custom repr.""" return '<{0.__module__}.{0.__name__} for {1}, {2}>'.format( self.__class__, transaction.get(), self.session)