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

Class UnsatisfiableReadError

python/python3/tornado/iostream.py:103–110  ·  view source on GitHub ↗

Exception raised when a read cannot be satisfied. Raised by ``read_until`` and ``read_until_regex`` with a ``max_bytes`` argument.

Source from the content-addressed store, hash-verified

101
102
103class UnsatisfiableReadError(Exception):
104 """Exception raised when a read cannot be satisfied.
105
106 Raised by ``read_until`` and ``read_until_regex`` with a ``max_bytes``
107 argument.
108 """
109
110 pass
111
112
113class StreamBufferFullError(Exception):

Callers 1

_check_max_bytesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected