Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ __init__
Method
__init__
tornado/simple_httpclient.py:53–54 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
51
""
"
52
53
def
__init__(self, message: str) -> None:
54
super().__init__(599, message=message)
55
56
def
__str__(self) -> str:
57
return
self.message or
"Timeout"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected