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

Method get_all_output

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

Source from the content-addressed store, hash-verified

58 return output
59
60 def get_all_output(self):
61 outputs = []
62 while True:
63 try:
64 outputs.append(self.get_output())
65 except asyncio.TimeoutError:
66 break
67 return outputs
68
69 def get_all_response_headers(self):
70 outputs = self.get_all_output()

Callers 6

validate_metricsMethod · 0.95
test_gzipMethod · 0.95
test_gzip_disabledMethod · 0.95
test_qs_parsingMethod · 0.95
test_qs_parsing_multiMethod · 0.95

Calls 1

get_outputMethod · 0.95

Tested by

no test coverage detected