Example #1
0
 def client():
     talk = SocketTalk.client(addr)
     talk.put('one')
     assert talk.get() == 'two'
     talk.close()