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

Method get_value

remi/gui.py:2285–2290  ·  view source on GitHub ↗

Returns: str: The text content of the TextInput. You can set the text content with set_text(text).

(self)

Source from the content-addressed store, hash-verified

2283 self.set_text(text)
2284
2285 def get_value(self):
2286 """
2287 Returns:
2288 str: The text content of the TextInput. You can set the text content with set_text(text).
2289 """
2290 return self.get_text()
2291
2292 @decorate_set_on_listener("(self, emitter, new_value)")
2293 @decorate_event

Callers

nothing calls this directly

Calls 1

get_textMethod · 0.45

Tested by

no test coverage detected