connect#

Client.connect(host: str = '127.0.0.1', port: int = 13240, read_only=None)#

Connect to DE-Server

Parameters:
  • host (str, optional) – The host to connect to, by default “127.0.0.1” for local connection

  • port (int, optional) – The port to connect to, by default 13240

  • read_only (bool, optional (deprecated for command version >= 17)) – If True, the client will be in read-only mode, by default False For command version >= 17, the read_only parameter is ignored and the client will query the server to determine whether it should be read-only or read-write.