234 |
234 |
235 @param interpreter interpreter to be used for the code assist client |
235 @param interpreter interpreter to be used for the code assist client |
236 @type str |
236 @type str |
237 @param idString id of the client to be started |
237 @param idString id of the client to be started |
238 @type str |
238 @type str |
239 @return flag indicating a successful client start |
|
240 @rtype bool |
|
241 """ |
239 """ |
242 if interpreter: |
240 if interpreter: |
243 client = os.path.join(os.path.dirname(__file__), |
241 client = os.path.join(os.path.dirname(__file__), |
244 "CodeAssistClient.py") |
242 "CodeAssistClient.py") |
245 ok = self.startClient(interpreter, client, |
243 ok = self.startClient(interpreter, client, |