Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_reading
Method
is_reading
Lib/asyncio/proactor_events.py:195–196 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
193
self._paused = False
194
195
def
is_reading(self):
196
return
not self._paused and not self._closing
197
198
def
pause_reading(self):
199
if
self._closing or self._paused:
Callers
1
_sendfile_native
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected