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

Method push

src/quart/ctx.py:209–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 return cast(Websocket, self.request_websocket)
208
209 async def push(self) -> None:
210 await super()._push_appctx(_cv_websocket.set(self))
211 await super()._push()
212
213 async def pop(self, exc: BaseException | None = _sentinel) -> None: # type: ignore
214 try:

Callers 1

__aenter__Method · 0.95

Calls 3

_push_appctxMethod · 0.80
setMethod · 0.80
_pushMethod · 0.80

Tested by

no test coverage detected