Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_closing
Method
is_closing
Lib/asyncio/selector_events.py:843–844 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
841
return
self._protocol
842
843
def
is_closing(self):
844
return
self._closing
845
846
def
is_reading(self):
847
return
not self.is_closing() and not self._paused
Callers
2
is_reading
Method · 0.95
_ensure_fd_no_transport
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected