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

Method set_settings

src/interaction_server.py:27–28  ·  view source on GitHub ↗
(self, settings: dict)

Source from the content-addressed store, hash-verified

25 return self.model_manager.set_mouth_amplitude(amplitude)
26
27 def set_settings(self, settings: dict) -> None:
28 return self.model_manager.set_settings(settings)
29
30 def start_interaction_server(self, address:str="localhost") -> None:
31 self.httpd, self.server_thread = start_interaction_api(self, address, 42943)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected