Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ close
Method
close
python/python3/tornado/tcpclient.py:213–215 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
211
self._own_resolver = True
212
213
def
close(self) -> None:
214
if
self._own_resolver:
215
self.resolver.close()
216
217
async
def
connect(
218
self,
Callers
3
on_connect_done
Method · 0.45
close_streams
Method · 0.45
_create_stream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected