Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_metrics
Method · 0.95
test_gzip
Method · 0.95
test_gzip_disabled
Method · 0.95
test_openmetrics_encoding
Method · 0.95
test_plaintext_encoding
Method · 0.95
test_qs_parsing
Method · 0.95
test_qs_parsing_multi
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected