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

Method _remove_timeout

python/python3/tornado/simple_httpclient.py:496–499  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

494 )
495
496 def _remove_timeout(self) -> None:
497 if self._timeout is not None:
498 self.io_loop.remove_timeout(self._timeout)
499 self._timeout = None
500
501 def _create_connection(self, stream: IOStream) -> HTTP1Connection:
502 stream.set_nodelay(True)

Callers 3

runMethod · 0.95
_handle_exceptionMethod · 0.95
finishMethod · 0.95

Calls 1

remove_timeoutMethod · 0.45

Tested by

no test coverage detected