Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _pause_reading
Method
_pause_reading
Lib/asyncio/sslproto.py:863–864 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
861
# Flow control for reads to APP socket
862
863
def
_pause_reading(self):
864
self._app_reading_paused = True
865
866
def
_resume_reading(self):
867
if
self._app_reading_paused:
Callers
1
pause_reading
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected