MCPcopy Index your code
hub / github.com/python/cpython / get_inheritable

Method get_inheritable

Lib/asyncio/trsock.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 return self._sock.dup()
61
62 def get_inheritable(self):
63 return self._sock.get_inheritable()
64
65 def shutdown(self, how):
66 # asyncio doesn't currently provide a high-level transport API

Callers 15

_save_fdsMethod · 0.45
test_SOCK_CLOEXECMethod · 0.45
test_dupMethod · 0.45
test_set_inheritableMethod · 0.45
test_socketpairMethod · 0.45
test_noinheritMethod · 0.45

Calls

no outgoing calls

Tested by 15

_save_fdsMethod · 0.36
test_SOCK_CLOEXECMethod · 0.36
test_dupMethod · 0.36
test_set_inheritableMethod · 0.36
test_socketpairMethod · 0.36
test_noinheritMethod · 0.36