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

Method clear_timeout

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

Source from the content-addressed store, hash-verified

169 self.try_connect(iter(self.secondary_addrs))
170
171 def clear_timeout(self) -> None:
172 if self.timeout is not None:
173 self.io_loop.remove_timeout(self.timeout)
174
175 def set_connect_timeout(
176 self, connect_timeout: Union[float, datetime.timedelta]

Callers

nothing calls this directly

Calls 1

remove_timeoutMethod · 0.45

Tested by

no test coverage detected