MCPcopy
hub / github.com/alievk/avatarify-python / init_remote_worker

Method init_remote_worker

afy/predictor_remote.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 self.recv_process.terminate()
62
63 def init_remote_worker(self):
64 return self._send_recv_async('__init__', self.predictor_args, critical=True)
65
66 def __getattr__(self, attr):
67 is_critical = attr != 'predict'

Callers 1

startMethod · 0.95

Calls 1

_send_recv_asyncMethod · 0.95

Tested by

no test coverage detected