Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _reset_empty_waiter
Method
_reset_empty_waiter
Lib/asyncio/selector_events.py:1226–1227 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1224
return
self._empty_waiter
1225
1226
def
_reset_empty_waiter(self):
1227
self._empty_waiter = None
1228
1229
def
close(self):
1230
self._read_ready_cb = None
Callers
1
_sendfile_native
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected