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

Method confirm_dialog

editor/editor_widgets.py:381–386  ·  view source on GitHub ↗

event called pressing on OK button.

(self, emitter)

Source from the content-addressed store, hash-verified

379
380 @gui.decorate_event
381 def confirm_dialog(self, emitter):
382 """event called pressing on OK button.
383 """
384 # here the user input is transferred to the dict, ready to use
385 self.from_fields_to_dict()
386 return super(ProjectConfigurationDialog, self).confirm_dialog(self)
387
388 def show(self, baseAppInstance):
389 """Allows to show the widget as root window"""

Callers

nothing calls this directly

Calls 1

from_fields_to_dictMethod · 0.95

Tested by

no test coverage detected