Home | History | Annotate | Download | only in test

Lines Matching refs:recvfrom_into

341             self.assertRaises(socket.error, ss.recvfrom_into, bytearray(b'x'), 1)
2564 count, addr = s.recvfrom_into(b)
2577 ('recvfrom_into', _recvfrom_into, False, []),