Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ dup
Method
dup
Lib/asyncio/trsock.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
return
self._sock.fileno()
58
59
def
dup(self):
60
return
self._sock.dup()
61
62
def
get_inheritable(self):
63
return
self._sock.get_inheritable()
Callers
6
__post_init__
Method · 0.45
_serve_one
Function · 0.45
spawn_main
Function · 0.45
_launch
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected