Commit fe0a3a14 authored by Łukasz Nowak's avatar Łukasz Nowak

- added docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25797 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a03ece70
......@@ -160,6 +160,7 @@ class BufferedSocket:
self._send_buffer_dict[ident] = []
class TIDClient:
"""Simple by design write only TIDClient using BufferedSocket"""
def __init__(self, address):
self._buffered_socket = BufferedSocket(address)
self._field_exchange = ExchangeProtocol(socket=self._buffered_socket)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment