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

Method __init__

src/model_manager.py:5–7  ·  view source on GitHub ↗
(self, puppet: DesktopPuppet, wm_interface: WMInterface)

Source from the content-addressed store, hash-verified

3
4class ModelManager:
5 def __init__(self, puppet: DesktopPuppet, wm_interface: WMInterface) -> None:
6 self.puppet = puppet
7 self.wm_interface = wm_interface
8
9 def get_gtk_widget(self):
10 return self.puppet.get_gtk_widget()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected