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

Method recvmsg

Lib/ssl.py:1375–1377  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1373 return super().recvfrom_into(buffer, nbytes, flags)
1374
1375 def recvmsg(self, *args, **kwargs):
1376 raise NotImplementedError("recvmsg not allowed on instances of %s" %
1377 self.__class__)
1378
1379 def recvmsg_into(self, *args, **kwargs):
1380 raise NotImplementedError("recvmsg_into not allowed on instances of "

Callers 6

recv_fdsFunction · 0.80
testSendAndRecvMsgMethod · 0.80
doRecvmsgMethod · 0.80
testRecvmsgBadArgsMethod · 0.80
test_recvmsgMethod · 0.80
recvfdsFunction · 0.80

Calls

no outgoing calls

Tested by 4

testSendAndRecvMsgMethod · 0.64
doRecvmsgMethod · 0.64
testRecvmsgBadArgsMethod · 0.64
test_recvmsgMethod · 0.64