Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ __init__
Method
__init__
tornado/simple_httpclient.py:72–73 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
70
""
"
71
72
def
__init__(self, message: str) -> None:
73
super().__init__(599, message=message)
74
75
def
__str__(self) -> str:
76
return
self.message or
"Stream closed"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected