MCPcopy Index your code
hub / github.com/dialect-app/dialect / error

Method error

dialect/widgets/speech_button.py:33–36  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

31 self.progress_bar.props.fraction = fraction
32
33 def error(self, message: str):
34 self.stack.props.visible_child_name = "error"
35 self.props.tooltip_text = message
36 self.progress_bar.props.visible = False
37
38 def loading(self):
39 self.stack.props.visible_child_name = "loading"

Callers 10

main.pyFile · 0.80
load_translatorMethod · 0.80
load_ttsMethod · 0.80
translate_selectionMethod · 0.80
_on_suggest_ok_actionMethod · 0.80
_on_speechMethod · 0.80
_on_gst_messageMethod · 0.80
_load_api_usageMethod · 0.80
_on_instance_applyMethod · 0.80
_on_api_key_applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected