server: add docstrings

This commit is contained in:
Roman Zeyde
2016-02-19 11:19:01 +02:00
parent 21e89014c9
commit 2ebefff909
2 changed files with 39 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ def test_server_thread():
def getsockname(self): # pylint: disable=no-self-use
return 'fake_server'
server.server_thread(server=FakeServer(),
server.server_thread(sock=FakeServer(),
handler=protocol.Handler(keys=[], signer=None),
quit_event=quit_event)