MCPcopy Index your code
hub / github.com/nonebot/nonebot2 / __init__

Method __init__

nonebot/drivers/quart.py:236–238  ·  view source on GitHub ↗
(self, *, request: BaseRequest, websocket_ctx: WebsocketContext)

Source from the content-addressed store, hash-verified

234 """Quart WebSocket Wrapper"""
235
236 def __init__(self, *, request: BaseRequest, websocket_ctx: WebsocketContext):
237 super().__init__(request=request)
238 self.websocket_ctx = websocket_ctx
239
240 @property
241 def websocket(self) -> QuartWebSocket:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected