コード例 #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
ファイル: SimpleClient.py プロジェクト: makeittotop/py_queue
 def send(self, msg, timeout=0):
     """Appends the newline character to the string before sending."""
     ClientServerSocket.send(self, msg + '\n', timeout=timeout)