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

Method confirm_value

remi/gui.py:3952–3958  ·  view source on GitHub ↗

event called pressing on OK button. propagates the string content of the input field

(self, widget)

Source from the content-addressed store, hash-verified

3950 @decorate_set_on_listener("(self, emitter, fileList)")
3951 @decorate_event
3952 def confirm_value(self, widget):
3953 """event called pressing on OK button.
3954 propagates the string content of the input field
3955 """
3956 self.hide()
3957 params = (self.fileFolderNavigator.get_selection_list(),)
3958 return params
3959
3960
3961class MenuBar(Container):

Callers

nothing calls this directly

Calls 2

hideMethod · 0.80
get_selection_listMethod · 0.80

Tested by

no test coverage detected