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

Method getsockopt

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

Source from the content-addressed store, hash-verified

68 self._sock.shutdown(how)
69
70 def getsockopt(self, *args, **kwargs):
71 return self._sock.getsockopt(*args, **kwargs)
72
73 def setsockopt(self, *args, **kwargs):
74 self._sock.setsockopt(*args, **kwargs)

Callers 1

_sock_connect_cbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected