MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / get_queue

Method get_queue

toolbench/inference/toolbench_server.py:64–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 )
63
64 def get_queue(self):
65 while not self.queue.empty():
66 yield self.queue.get()
67
68 def get_args(self):
69 parser = argparse.ArgumentParser()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected