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