Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _set_extra
Method
_set_extra
Lib/asyncio/proactor_events.py:615–616 ·
view source on GitHub ↗
(self, sock)
Source
from the content-addressed store, hash-verified
613
base_events._set_nodelay(sock)
614
615
def
_set_extra(self, sock):
616
_set_socket_extra(self, sock)
617
618
def
can_write_eof(self):
619
return
True
Callers
nothing calls this directly
Calls
1
_set_socket_extra
Function · 0.85
Tested by
no test coverage detected