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

Method cancel_dialog

remi/gui.py:2519–2522  ·  view source on GitHub ↗

Event generated by the Cancel button click.

(self, emitter)

Source from the content-addressed store, hash-verified

2517 @decorate_set_on_listener("(self,emitter)")
2518 @decorate_event
2519 def cancel_dialog(self, emitter):
2520 """Event generated by the Cancel button click."""
2521 self.hide()
2522 return ()
2523
2524 def show(self, base_app_instance):
2525 self._base_app_instance = base_app_instance

Callers

nothing calls this directly

Calls 1

hideMethod · 0.95

Tested by

no test coverage detected