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

Method put

tests/autoalloc/utils.py:99–100  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

97 self.queue = Queue()
98
99 def put(self, value):
100 self.queue.put(value)
101
102 def get(self):
103 return self.queue.get(timeout=5)

Callers 4

handle_cli_submitMethod · 0.80
handle_cli_submitMethod · 0.80
bodyMethod · 0.80
read_outputFunction · 0.80

Calls

no outgoing calls

Tested by 1

handle_cli_submitMethod · 0.64