Skip to content
Snippets Groups Projects
Commit d1c7d914 authored by Antoine Millet's avatar Antoine Millet
Browse files

Update docstring of RpcConnection.from_addr constructor.

parent d6036b16
No related branches found
No related tags found
No related merge requests found
......@@ -66,11 +66,11 @@ class RpcConnection(object):
:param addr: the target ip address
:param port: the target port
:param manager: manager of this connection
:param enable_ssl: enable SSL
:param cert: is SSL is enabled, profile the filename of certificate to
check. If None, don't check certificate.
:param *args: parameters to pass to the standard constructor
:param **kwargs: keyword parameters to pass to the standard constructor
:param handler: Handler to attach to this :class:`RpcConnection` object
'''
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment