Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ __repr__
Method
__repr__
tornado/httpclient.py:685–687 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
683
raise
self.error
684
685
def
__repr__(self) -> str:
686
args =
","
.join(
"%s=%r"
% i
for
i in sorted(self.__dict__.items()))
687
return
f
"{self.__class__.__name__}({args})"
688
689
690
class
HTTPClientError(Exception):
Callers
nothing calls this directly
Calls
2
join
Method · 0.80
items
Method · 0.80
Tested by
no test coverage detected