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

Method _handle_read

python/python3/tornado/iostream.py:1474–1478  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1472 return True
1473
1474 def _handle_read(self) -> None:
1475 if self._ssl_accepting:
1476 self._do_ssl_handshake()
1477 return
1478 super()._handle_read()
1479
1480 def _handle_write(self) -> None:
1481 if self._ssl_accepting:

Callers

nothing calls this directly

Calls 1

_do_ssl_handshakeMethod · 0.95

Tested by

no test coverage detected