MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / list_all_workers

Function list_all_workers

tests/test_worker.py:323–324  ·  view source on GitHub ↗
(hq_env: HqEnv)

Source from the content-addressed store, hash-verified

321
322
323def list_all_workers(hq_env: HqEnv) -> Table:
324 return hq_env.command(["worker", "list", "--all"], as_table=True)
325
326
327def test_worker_wait(hq_env: HqEnv):

Callers 5

test_worker_listFunction · 0.85

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected