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

Function receive

tests/test_asgi.py:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 queue.put_nowait({"type": "http.request", "body": b"", "more_body": False})
71
72 async def receive() -> ASGIReceiveEvent:
73 # This will block after returning the first and only entry
74 return await queue.get()
75
76 async def send(message: ASGISendEvent) -> None:
77 pass

Callers 3

handle_messagesMethod · 0.85
handle_messagesMethod · 0.85
__call__Method · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…