예제 #1
0
 def send(self, msg, timeout=0):
     """Appends the newline character to the string before sending."""
     ClientServerSocket.send(self, msg + '\n', timeout=timeout)
예제 #2
0
 def send(self, msg, timeout=0):
     """Appends the newline character to the string before sending."""
     ClientServerSocket.send(self, msg + '\n', timeout=timeout)