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

Method get_script_path

tests/autoalloc/utils.py:116–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 return await super().handle_cli_submit(input)
115
116 def get_script_path(self) -> str:
117 return self.queue.get()
118
119
120def pause_queue(hq_env: HqEnv, queue_id: int, **kwargs):

Calls 1

getMethod · 0.45