Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ __del__
Method
__del__
python/python3/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