MCPcopy Index your code
hub / github.com/NyarchLinux/DesktopPuppet / set_settings

Method set_settings

src/model_manager.py:35–36  ·  view source on GitHub ↗
(self, settings: dict)

Source from the content-addressed store, hash-verified

33 self.puppet.set_mouth_amplitude(amplitude)
34
35 def set_settings(self, settings: dict) -> None:
36 self.puppet.set_settings(settings)
37
38 def get_monitor_dimensions(self) -> tuple[int, int]:
39 return self.wm_interface.get_active_monitor_resolution()

Callers 1

do_POSTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected