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

Method look

src/puppets/live2d.py:55–60  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

53 self.load_webview()
54 self.box.append(self.webview)
55
56 def look(self, x, y):
57 if not self.loaded:
58 return
59 script = "model_proxy.focus({x}, {y});"
60 script = script.format(x=x, y=y)
61 self.webview.evaluate_javascript(script, len(script))
62
63 def update_area(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected