# classes inherting from UIBase are expected to also inherit _UIBase separately. [docs]class UIBase(object): [docs] def clone(self): return self._clone()