RefactoringRope/ExtractDialog.py

branch
server_client_variant
changeset 204
b4bf79b956bc
parent 203
c38750e1bafd
child 245
75a35a927952
equal deleted inserted replaced
203:c38750e1bafd 204:b4bf79b956bc
26 Constructor 26 Constructor
27 27
28 @param refactoring reference to the main refactoring object 28 @param refactoring reference to the main refactoring object
29 @type RefactoringServer 29 @type RefactoringServer
30 @param title title of the dialog 30 @param title title of the dialog
31 @str str 31 @type str
32 @param filename file name to be worked on 32 @param filename file name to be worked on
33 @type str 33 @type str
34 @param startOffset offset within file to start extraction 34 @param startOffset offset within file to start extraction
35 @type int 35 @type int
36 @param endOffset offset within file to end extraction 36 @param endOffset offset within file to end extraction

eric ide

mercurial