MCPcopy Index your code
hub / github.com/NyarchLinux/DesktopPuppet / close_request

Method close_request

src/gui_controller.py:697–701  ·  view source on GitHub ↗

Handle window close request.

(self)

Source from the content-addressed store, hash-verified

695 GLib.timeout_add_seconds(5, lambda: self.status_bar.set_revealed(False))
696
697 def close_request(self):
698 """Handle window close request."""
699 self._stop_monitor = True
700 self.launcher.stop_puppet()
701 return False
702
703
704class DesktopPuppetApp(Adw.Application):

Callers

nothing calls this directly

Calls 1

stop_puppetMethod · 0.80

Tested by

no test coverage detected