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