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

Method handle_cli_submit

tests/autoalloc/test_autoalloc.py:217–219  ·  view source on GitHub ↗
(self, input: CommandInput)

Source from the content-addressed store, hash-verified

215
216 class Manager(CommandHandler):
217 async def handle_cli_submit(self, input: CommandInput):
218 queue.put(input.cwd)
219 return await super().handle_cli_submit(input)
220
221 with MockJobManager(hq_env, Manager(flavor.create_adapter())):
222 start_server_with_quick_refresh(hq_env)

Callers

nothing calls this directly

Calls 2

putMethod · 0.80
handle_cli_submitMethod · 0.45

Tested by

no test coverage detected