MCPcopy Create free account
hub / github.com/alievk/avatarify-python / run_worker

Function run_worker

afy/predictor_worker.py:224–226  ·  view source on GitHub ↗
(in_port=None, out_port=None)

Source from the content-addressed store, hash-verified

222
223
224def run_worker(in_port=None, out_port=None):
225 worker = PredictorWorker(in_port=in_port, out_port=out_port)
226 worker.run()

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
PredictorWorkerClass · 0.85

Tested by

no test coverage detected