RefactoringRope/CodeAssistServer.py

branch
server_client_variant
changeset 203
c38750e1bafd
parent 202
a111134b5dc7
child 209
c1dce8630555
equal deleted inserted replaced
202:a111134b5dc7 203:c38750e1bafd
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,

eric ide

mercurial