def show_loading(self, text, width, host_view=urwid.SolidFill()): self.loading_view = LoadingView(text, width, host_view, self.loop) self.loop.widget = self.loading_view self.loading_view.start()