RefactoringRope/ConfirmationDialog.py

branch
server_client_variant
changeset 189
2711fdd91925
parent 182
f7f2834dc8d9
child 203
c38750e1bafd
equal deleted inserted replaced
188:05fb0977ce1b 189:2711fdd91925
26 parent=None): 26 parent=None):
27 """ 27 """
28 Constructor 28 Constructor
29 29
30 @param refactoring reference to the main refactoring object 30 @param refactoring reference to the main refactoring object
31 @type Refactoring 31 @type RefactoringServer
32 @param title title of the dialog 32 @param title title of the dialog
33 @type str 33 @type str
34 @param changeGroupName name of the change group 34 @param changeGroupName name of the change group
35 @type str 35 @type str
36 @param method method to produce the refactoring changes 36 @param method method to produce the refactoring changes

eric ide

mercurial