MCPcopy Create free account
hub / github.com/dialect-app/dialect / ready

Method ready

dialect/widgets/speech_button.py:20–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 super().__init__(**kwargs)
19
20 def ready(self):
21 self.stack.props.visible_child_name = "ready"
22 self.props.tooltip_text = _("Listen")
23 self.progress_bar.props.visible = False
24
25 def progress(self, fraction: float):
26 if self.stack.props.visible_child_name != "progress":

Callers 2

load_ttsMethod · 0.80
_speech_resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected