MCPcopy Create free account
hub / github.com/EasyIME/PIME / _read_bytes

Method _read_bytes

python/python3/tornado/websocket.py:1111–1114  ·  view source on GitHub ↗
(self, n: int)

Source from the content-addressed store, hash-verified

1109 self.handler.on_ws_connection_close(self.close_code, self.close_reason)
1110
1111 async def _read_bytes(self, n: int) -> bytes:
1112 data = await self.stream.read_bytes(n)
1113 self._wire_bytes_in += n
1114 return data
1115
1116 async def _receive_frame(self) -> None:
1117 # Read the frame header.

Callers 1

_receive_frameMethod · 0.95

Calls 1

read_bytesMethod · 0.80

Tested by

no test coverage detected