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:91–92 ·
view source on GitHub ↗
(self, sock)
Source
from the content-addressed store, hash-verified
89
return
'<{}>'
.format(
' '
.join(info))
90
91
def
_set_extra(self, sock):
92
self._extra[
'pipe'
] = sock
93
94
def
set_protocol(self, protocol):
95
self._protocol = protocol
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected