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/selector_events.py:846–847 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
844
return
self._closing
845
846
def
is_reading(self):
847
return
not self.is_closing() and not self._paused
848
849
def
pause_reading(self):
850
if
not self.is_reading():
Callers
3
pause_reading
Method · 0.95
_add_reader
Method · 0.95
_sendfile_native
Method · 0.45
Calls
1
is_closing
Method · 0.95
Tested by
no test coverage detected