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

Method recvmsg_into

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

Source from the content-addressed store, hash-verified

1326 self.__class__)
1327
1328 def recvmsg_into(self, *args, **kwargs):
1329 raise NotImplementedError("recvmsg_into not allowed on instances of "
1330 "%s" % self.__class__)
1331
1332 @_sslcopydoc
1333 def pending(self):

Callers 5

doRecvmsgMethod · 0.80
testRecvmsgIntoArrayMethod · 0.80

Calls

no outgoing calls

Tested by 5

doRecvmsgMethod · 0.64
testRecvmsgIntoArrayMethod · 0.64