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

Method on_timeout

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

Source from the content-addressed store, hash-verified

164 )
165
166 def on_timeout(self) -> None:
167 self.timeout = None
168 if not self.future.done():
169 self.try_connect(iter(self.secondary_addrs))
170
171 def clear_timeout(self) -> None:
172 if self.timeout is not None:

Callers 1

on_connect_doneMethod · 0.95

Calls 2

try_connectMethod · 0.95
doneMethod · 0.45

Tested by

no test coverage detected