57 @type str |
57 @type str |
58 @param port port of the background service |
58 @param port port of the background service |
59 @type int |
59 @type int |
60 @param idString assigned client id to be sent back to the server in |
60 @param idString assigned client id to be sent back to the server in |
61 order to identify the connection |
61 order to identify the connection |
62 @param str |
62 @type str |
63 @param projectPath path to the project |
63 @param projectPath path to the project |
64 @type str |
64 @type str |
65 """ |
65 """ |
66 super(CodeAssistClient, self).__init__(host, port, idString) |
66 super(CodeAssistClient, self).__init__(host, port, idString) |
67 |
67 |