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

Class StreamBufferFullError

python/python3/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(object):

Callers 2

writeMethod · 0.85
_read_to_bufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected