MCPcopy Index your code
hub / github.com/RustPython/RustPython / recvmsg

Method recvmsg

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

Source from the content-addressed store, hash-verified

1322 return super().recvfrom_into(buffer, nbytes, flags)
1323
1324 def recvmsg(self, *args, **kwargs):
1325 raise NotImplementedError("recvmsg not allowed on instances of %s" %
1326 self.__class__)
1327
1328 def recvmsg_into(self, *args, **kwargs):
1329 raise NotImplementedError("recvmsg_into not allowed on instances of "

Callers 6

recv_fdsFunction · 0.45
testSendAndRecvMsgMethod · 0.45
doRecvmsgMethod · 0.45
testRecvmsgBadArgsMethod · 0.45
test_recvmsgMethod · 0.45
recvfdsFunction · 0.45

Calls

no outgoing calls

Tested by 4

testSendAndRecvMsgMethod · 0.36
doRecvmsgMethod · 0.36
testRecvmsgBadArgsMethod · 0.36
test_recvmsgMethod · 0.36