def __html_repr__(self, kit): return html_repr(self.object, kit)
def html_repr(self, value): return html_repr(value, type(self)(kit = self))