MCPcopy Create free account
hub / github.com/McCloudS/subgen / _task

Function _task

tests/test_queue.py:21–22  ·  view source on GitHub ↗
(path, task_type="transcribe")

Source from the content-addressed store, hash-verified

19
20
21def _task(path, task_type="transcribe"):
22 return {"path": path, "type": task_type, "transcribe_or_translate": "transcribe", "force_language": None}
23
24
25class TestPut:

Calls

no outgoing calls

Tested by

no test coverage detected