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

Method do_motion

src/puppets/puppet.py:59–65  ·  view source on GitHub ↗

Set the motion Args: motion: The motion to set

(self, motion: str)

Source from the content-addressed store, hash-verified

57 return []
58
59 def do_motion(self, motion: str) -> None:
60 """Set the motion
61
62 Args:
63 motion: The motion to set
64 """
65 pass
66
67 def set_mouth_amplitude(self, amplitude: float) -> None:
68 """Set the mouth amplitude

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected