MCPcopy Index your code
hub / github.com/prometheus/client_python / get_output

Method get_output

tests/test_asgi.py:54–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 self.send_input({"type": "http.request", "body": b""})
53
54 def get_output(self):
55 output = asyncio.new_event_loop().run_until_complete(
56 self.communicator.receive_output(0)
57 )
58 return output
59
60 def get_all_output(self):
61 outputs = []

Callers 1

get_all_outputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected