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

Method confirm_value

remi/gui.py:2570–2572  ·  view source on GitHub ↗

Event called pressing on OK button.

(self, widget)

Source from the content-addressed store, hash-verified

2568 @decorate_set_on_listener("(self, emitter, value)")
2569 @decorate_event
2570 def confirm_value(self, widget):
2571 """Event called pressing on OK button."""
2572 return (self.inputText.get_text(),)
2573
2574
2575class ListView(Container):

Callers 1

on_keydown_listenerMethod · 0.95

Calls 1

get_textMethod · 0.45

Tested by

no test coverage detected