MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / __init__

Method __init__

src/gui_controller.py:707–711  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

705 """Main application class."""
706
707 def __init__(self):
708 super().__init__(
709 application_id="moe.nyarchlinux.desktop-puppet-gui",
710 flags=Gio.ApplicationFlags.FLAGS_NONE
711 )
712
713 def do_activate(self):
714 """Activate the application."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected