MCPcopy
hub / github.com/nonebot/nonebot2 / accept

Method accept

nonebot/drivers/quart.py:251–252  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

249
250 @override
251 async def accept(self):
252 await self.websocket.accept()
253
254 @override
255 async def close(self, code: int = 1000, reason: str = ""):

Callers 1

_handle_wsFunction · 0.45

Calls

no outgoing calls

Tested by 1

_handle_wsFunction · 0.36