MCPcopy Create free account
hub / github.com/pallets/quart / send

Function send

tests/test_asgi.py:76–77  ·  view source on GitHub ↗
(message: ASGISendEvent)

Source from the content-addressed store, hash-verified

74 return await queue.get()
75
76 async def send(message: ASGISendEvent) -> None:
77 pass
78
79 # This test fails if a timeout error is raised here
80 await asyncio.wait_for(connection(receive, send), timeout=1)

Callers 8

_send_responseMethod · 0.85
_send_push_promiseMethod · 0.85
handle_websocketMethod · 0.85
send_dataMethod · 0.85
accept_connectionMethod · 0.85
close_connectionMethod · 0.85
__call__Method · 0.85
__call__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…