MCPcopy Index your code
hub / github.com/python/cpython / _do_flush

Method _do_flush

Lib/asyncio/sslproto.py:643–646  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

641 exceptions.TimeoutError('SSL shutdown timed out'))
642
643 def _do_flush(self):
644 self._do_read()
645 self._set_state(SSLProtocolState.SHUTDOWN)
646 self._do_shutdown()
647
648 def _do_shutdown(self):
649 try:

Callers 4

buffer_updatedMethod · 0.95
eof_receivedMethod · 0.95
_start_shutdownMethod · 0.95
resumeMethod · 0.95

Calls 3

_do_readMethod · 0.95
_set_stateMethod · 0.95
_do_shutdownMethod · 0.95

Tested by

no test coverage detected