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

Method set_motion

src/interaction_server.py:21–22  ·  view source on GitHub ↗
(self, motion: str)

Source from the content-addressed store, hash-verified

19 return self.model_manager.get_motions()
20
21 def set_motion(self, motion: str) -> None:
22 return self.model_manager.do_motion(motion)
23
24 def set_mouth_amplitude(self, amplitude: float) -> None:
25 return self.model_manager.set_mouth_amplitude(amplitude)

Callers

nothing calls this directly

Calls 1

do_motionMethod · 0.45

Tested by

no test coverage detected