MCPcopy Index your code
hub / github.com/rawpython/remi / set_text

Method set_text

remi/gui.py:2869–2877  ·  view source on GitHub ↗

Sets the text label for the Widget. Args: text (str): The string label of the Widget.

(self, text)

Source from the content-addressed store, hash-verified

2867 self.set_text(text)
2868
2869 def set_text(self, text):
2870 """
2871 Sets the text label for the Widget.
2872
2873 Args:
2874 text (str): The string label of the Widget.
2875 """
2876 _MixinTextualWidget.set_text(self, text)
2877 self.children['text'] = self.children['text'].replace(' ', ' ')
2878
2879 def get_text(self):
2880 """

Callers 15

__init__Method · 0.95
updateMethod · 0.45
add_fileinput_fieldMethod · 0.45
set_widgetMethod · 0.45
menu_became_a_sponsorMethod · 0.45
textMethod · 0.45
set_valueMethod · 0.45
min_valueMethod · 0.45
max_valueMethod · 0.45
set_valueMethod · 0.45
textMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected