Lines Matching defs:cli_sock
2679 # supplied with sockets cli_sock and serv_sock representing the
2688 # sockets to cli_sock and serv_sock and override the methods and
2712 return self.cli_sock.send(msg)
2719 # Call sendmsg() on self.cli_sock with the given arguments,
2723 return self.cli_sock.sendmsg(
2849 # cli_sock and serv_sock respectively.
2856 def cli_sock(self):
2864 return self.cli_sock.sendto(msg, self.serv_addr)
2871 # cli_sock and serv_sock respectively.
2878 def cli_sock(self):
2942 self.assertRaises(TypeError, self.cli_sock.sendmsg)
3010 self.cli_sock.close()
3032 self.cli_sock.settimeout(0.03)
3086 self.assertRaises(OSError, self.cli_sock.sendmsg,
3088 self.assertRaises(OSError, self.cli_sock.sendmsg,
3255 self.cli_sock.close()