Loading sjrpc/core/rpcconnection.py +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
sjrpc/core/rpcconnection.py +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading