MCPcopy 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_oneFunction · 0.45
spawn_mainFunction · 0.45
_launchMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected