MCPcopy
hub / github.com/Vchitect/Latte / task_proxy

Function task_proxy

tools/convert_videos_to_frames.py:40–42  ·  view source on GitHub ↗

I do not know, how to pass several arguments to a pool job...

(kwargs)

Source from the content-addressed store, hash-verified

38
39
40def task_proxy(kwargs):
41 """I do not know, how to pass several arguments to a pool job..."""
42 return process_video(**kwargs)
43
44
45def process_video(

Callers

nothing calls this directly

Calls 1

process_videoFunction · 0.85

Tested by

no test coverage detected