MCPcopy 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_doneMethod · 0.45
close_streamsMethod · 0.45
_create_streamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected