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

Method set_mouth_amplitude

src/model_manager.py:32–33  ·  view source on GitHub ↗
(self, amplitude: float)

Source from the content-addressed store, hash-verified

30 self.puppet.set_expression(expression)
31
32 def set_mouth_amplitude(self, amplitude: float) -> None:
33 self.puppet.set_mouth_amplitude(amplitude)
34
35 def set_settings(self, settings: dict) -> None:
36 self.puppet.set_settings(settings)

Callers 1

do_POSTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected