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

Method get_value

remi/gui.py:3249–3251  ·  view source on GitHub ↗

returns the new text value.

(self)

Source from the content-addressed store, hash-verified

3247 self.attributes['value'] = str(value)
3248
3249 def get_value(self):
3250 """returns the new text value."""
3251 return self.attributes['value']
3252
3253 @decorate_set_on_listener("(self, emitter, value)")
3254 @decorate_event

Callers 15

on_listener_selectionMethod · 0.45
on_connectionMethod · 0.45
from_fields_to_dictMethod · 0.45
get_fileinput_valueMethod · 0.45
onchangeMethod · 0.45
to_strMethod · 0.45
from_strMethod · 0.45
onchangeMethod · 0.45
file_dialog_confirmedMethod · 0.45
file_dialog_confirmedMethod · 0.45
file_dialog_confirmedMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected