MCPcopy Create free account
hub / github.com/rawpython/remi / confirm_dialog

Method confirm_dialog

remi/gui.py:2511–2515  ·  view source on GitHub ↗

Event generated by the OK button click.

(self, emitter)

Source from the content-addressed store, hash-verified

2509 @decorate_set_on_listener("(self,emitter)")
2510 @decorate_event
2511 def confirm_dialog(self, emitter):
2512 """Event generated by the OK button click.
2513 """
2514 self.hide()
2515 return ()
2516
2517 @decorate_set_on_listener("(self,emitter)")
2518 @decorate_event

Callers

nothing calls this directly

Calls 1

hideMethod · 0.95

Tested by

no test coverage detected