Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_updated
Method · 0.95
eof_received
Method · 0.95
_start_shutdown
Method · 0.95
resume
Method · 0.95
Calls
3
_do_read
Method · 0.95
_set_state
Method · 0.95
_do_shutdown
Method · 0.95
Tested by
no test coverage detected