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

Method recvmsg_into

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

Source from the content-addressed store, hash-verified

1377 self.__class__)
1378
1379 def recvmsg_into(self, *args, **kwargs):
1380 raise NotImplementedError("recvmsg_into not allowed on instances of "
1381 "%s" % self.__class__)
1382
1383 @_sslcopydoc
1384 def pending(self):

Callers 5

doRecvmsgMethod · 0.80
testRecvmsgIntoArrayMethod · 0.80

Calls

no outgoing calls

Tested by 5

doRecvmsgMethod · 0.64
testRecvmsgIntoArrayMethod · 0.64