eric7/EricNetwork/EricJsonClient.py

branch
unittest
changeset 9057
ddc46e93ccc4
parent 8881
54e42bc2437a
equal deleted inserted replaced
9056:af7c8c7b7c62 9057:ddc46e93ccc4
22 """ 22 """
23 def __init__(self, host, port, idString=""): 23 def __init__(self, host, port, idString=""):
24 """ 24 """
25 Constructor 25 Constructor
26 26
27 @param host ip address the background service is listening 27 @param host IP address the background service is listening
28 @type str 28 @type str
29 @param port port of the background service 29 @param port port of the background service
30 @type int 30 @type int
31 @param idString assigned client id to be sent back to the server in 31 @param idString assigned client id to be sent back to the server in
32 order to identify the connection 32 order to identify the connection

eric ide

mercurial