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

Method seed_app

tests/test_asgi.py:43–44  ·  view source on GitHub ↗
(self, app)

Source from the content-addressed store, hash-verified

41 )
42
43 def seed_app(self, app):
44 self.communicator = ApplicationCommunicator(app, self.scope)
45
46 def send_input(self, payload):
47 asyncio.new_event_loop().run_until_complete(

Callers 7

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

no outgoing calls

Tested by

no test coverage detected