MCPcopy
hub / github.com/tornadoweb/tornado / _remove_timeout

Method _remove_timeout

tornado/simple_httpclient.py:494–497  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

492 )
493
494 def _remove_timeout(self) -> None:
495 if self._timeout is not None:
496 self.io_loop.remove_timeout(self._timeout)
497 self._timeout = None
498
499 def _create_connection(self, stream: IOStream) -> HTTP1Connection:
500 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