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

Method on_enter_key_pressed

editor/editor_widgets.py:430–432  ·  view source on GitHub ↗
(self, widget, value, keycode)

Source from the content-addressed store, hash-verified

428 return self.get_field('filename').get_value()
429
430 def on_enter_key_pressed(self, widget, value, keycode):
431 if keycode == "13":
432 self.confirm_value(None)
433
434 @gui.decorate_event
435 def confirm_value(self, widget):

Callers

nothing calls this directly

Calls 1

confirm_valueMethod · 0.95

Tested by

no test coverage detected