MCPcopy Index your code
hub / github.com/NyarchLinux/DesktopPuppet / set_overlay

Method set_overlay

puppet_extension.py:240–241  ·  view source on GitHub ↗
(self, overlay : str)

Source from the content-addressed store, hash-verified

238 requests.post(f'{self.base_url}/motion', json={'motion': motion})
239
240 def set_overlay(self, overlay : str):
241 requests.post(f'{self.base_url}/set_overlay', json={'expression': overlay})
242
243 def speak(self, path: str, tts: TTSHandler, frame_rate: int):
244 tts.stop()

Callers 1

speakMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected