Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NyarchLinux/DesktopPuppet
/ do_activate
Method
do_activate
src/gui_controller.py:713–716 ·
view source on GitHub ↗
Activate the application.
(self)
Source
from the content-addressed store, hash-verified
711
)
712
713
def
do_activate(self):
714
""
"Activate the application."
""
715
win = DesktopPuppetWindow(self)
716
win.present()
717
718
719
def
main():
Callers
nothing calls this directly
Calls
1
DesktopPuppetWindow
Class · 0.85
Tested by
no test coverage detected