RefactoringRope/RefactoringClient.py

changeset 293
dd1c7ed6d880
parent 251
4dcc73076100
child 294
78e4a6823a98
equal deleted inserted replaced
292:3ead66c44f3f 293:dd1c7ed6d880
249 249
250 @param params dictionary containing the method parameters sent by 250 @param params dictionary containing the method parameters sent by
251 the server 251 the server
252 @type dict 252 @type dict
253 """ 253 """
254 # TODO: remove Subcommand handling
254 title = params["Title"] 255 title = params["Title"]
255 filename = params["FileName"] 256 filename = params["FileName"]
256 offset = params["Offset"] 257 offset = params["Offset"]
257 source = params["Source"] 258 source = params["Source"]
258 subcommand = params["Subcommand"] 259 subcommand = params["Subcommand"]

eric ide

mercurial