Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alievk/avatarify-python
/ start
Method
start
afy/predictor_remote.py:48–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
self._i_msg = -1
47
48
def
start(self):
49
self.worker_alive.value = 1
50
self.send_process.start()
51
self.recv_process.start()
52
53
self.init_remote_worker()
54
55
def
stop(self):
56
self.worker_alive.value = 0
Callers
2
cam_fomm.py
File · 0.45
run
Method · 0.45
Calls
1
init_remote_worker
Method · 0.95
Tested by
no test coverage detected