RefactoringRope/ExtractDialog.py

branch
server_client_variant
changeset 189
2711fdd91925
parent 177
963fc1b0ba6e
child 203
c38750e1bafd
equal deleted inserted replaced
188:05fb0977ce1b 189:2711fdd91925
24 extractionType, parent=None): 24 extractionType, parent=None):
25 """ 25 """
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 Refactoring 29 @type RefactoringServer
30 @param title title of the dialog 30 @param title title of the dialog
31 @str str 31 @str 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

eric ide

mercurial