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

Method __init__

python/python3/tornado/iostream.py:98–100  ·  view source on GitHub ↗
(self, real_error: Optional[BaseException] = None)

Source from the content-addressed store, hash-verified

96 """
97
98 def __init__(self, real_error: Optional[BaseException] = None) -> None:
99 super().__init__("Stream is closed")
100 self.real_error = real_error
101
102
103class UnsatisfiableReadError(Exception):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected