MCPcopy Create free account
hub / github.com/EasyIME/PIME / on_connect_timeout

Method on_connect_timeout

python/python3/tornado/tcpclient.py:182–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 )
181
182 def on_connect_timeout(self) -> None:
183 if not self.future.done():
184 self.future.set_exception(TimeoutError())
185 self.close_streams()
186
187 def clear_timeouts(self) -> None:
188 if self.timeout is not None:

Calls 2

close_streamsMethod · 0.95
doneMethod · 0.45