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

Method get_motions

src/interaction_server.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 return self.model_manager.set_expression(expression)
17
18 def get_motions(self) -> list[str]:
19 return self.model_manager.get_motions()
20
21 def set_motion(self, motion: str) -> None:
22 return self.model_manager.do_motion(motion)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected