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

Method setsockopt

Lib/asyncio/trsock.py:73–74  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

71 return self._sock.getsockopt(*args, **kwargs)
72
73 def setsockopt(self, *args, **kwargs):
74 self._sock.setsockopt(*args, **kwargs)
75
76 def getpeername(self):
77 return self._sock.getpeername()

Callers 6

finish_acceptMethod · 0.45
finish_connectMethod · 0.45
_set_reuseportFunction · 0.45
_set_nodelayFunction · 0.45
create_serverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected