Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ __del__
Method
__del__
tornado/httpclient.py:112–113 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
self._closed = False
111
112
def
__del__(self) -> None:
113
self.close()
114
115
def
close(self) -> None:
116
""
"Closes the HTTPClient, freeing any resources used."
""
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected