MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / ws_next

Function ws_next

23_websockets_client/python/ws_client.py:19–23  ·  view source on GitHub ↗
(websocket)

Source from the content-addressed store, hash-verified

17
18
19async def ws_next(websocket):
20 try:
21 return await websocket.recv()
22 except:
23 return None
24
25
26async def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected