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

Method __init__

src/puppets/live2d.py:11–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9 _wait_js : threading.Event
10 _wait_js2 : threading.Event
11 def __init__(self) -> None:
12 super().__init__()
13 self._wait_js = threading.Event()
14 self._wait_js2 = threading.Event()
15 self._expressions_raw = []
16 self._motions_raw = []
17 self.loaded = False
18 # Extra settings
19 self.address = "http://127.0.0.1:8000"
20 self.extra_scale_w = 0.56
21 self.extra_scale_h = 1
22 self.model = None
23 self.scale = 100
24
25 def get_gtk_widget(self):
26 self.box = Gtk.Box()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected