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

Method __init__

src/interaction_server.py:6–10  ·  view source on GitHub ↗
(self, model_manager: ModelManager, window)

Source from the content-addressed store, hash-verified

4
5class InteractionServer:
6 def __init__(self, model_manager: ModelManager, window) -> None:
7 self.model_manager = model_manager
8 self.window = None
9 self.changefunc = None
10 pass
11
12 def get_expressions(self) -> list[str]:
13 return self.model_manager.get_expressions()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected