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

Method _handle_write

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

Source from the content-addressed store, hash-verified

1478 super()._handle_read()
1479
1480 def _handle_write(self) -> None:
1481 if self._ssl_accepting:
1482 self._do_ssl_handshake()
1483 return
1484 super()._handle_write()
1485
1486 def connect(
1487 self, address: Tuple, server_hostname: Optional[str] = None

Callers

nothing calls this directly

Calls 1

_do_ssl_handshakeMethod · 0.95

Tested by

no test coverage detected