Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NyarchLinux/DesktopPuppet
/ do_motion
Method
do_motion
src/model_manager.py:23–24 ·
view source on GitHub ↗
(self, motion: str)
Source
from the content-addressed store, hash-verified
21
return
self.puppet.get_motions()
22
23
def
do_motion(self, motion: str) -> None:
24
self.puppet.do_motion(motion)
25
26
def
get_expressions(self):
27
return
self.puppet.get_expressions()
Callers
1
set_motion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected