Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NyarchLinux/DesktopPuppet
/ set_change_func
Method
set_change_func
src/interaction_server.py:40–42 ·
view source on GitHub ↗
(self, changefunc, window)
Source
from the content-addressed store, hash-verified
38
self.changefunc(overlay_type, self.window)
39
40
def
set_change_func(self, changefunc, window):
41
self.changefunc = changefunc
42
self.window = window
43
Callers
1
on_activate
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected