(self, *args, **kwargs)
| 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): |
no outgoing calls