MCPcopy
hub / github.com/tornadoweb/tornado / StreamBufferFullError

Class StreamBufferFullError

tornado/iostream.py:113–114  ·  view source on GitHub ↗

Exception raised by `IOStream` methods when the buffer is full.

Source from the content-addressed store, hash-verified

111
112
113class StreamBufferFullError(Exception):
114 """Exception raised by `IOStream` methods when the buffer is full."""
115
116
117class _StreamBuffer:

Callers 2

writeMethod · 0.85
_read_to_bufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected