RefactoringRope/RestructureDialog.py

branch
server_client_variant
changeset 189
2711fdd91925
parent 183
bac69c80d5f4
child 203
c38750e1bafd
equal deleted inserted replaced
188:05fb0977ce1b 189:2711fdd91925
25 def __init__(self, refactoring, title, parent=None): 25 def __init__(self, refactoring, title, parent=None):
26 """ 26 """
27 Constructor 27 Constructor
28 28
29 @param refactoring reference to the main refactoring object 29 @param refactoring reference to the main refactoring object
30 @type Refactoring 30 @type RefactoringServer
31 @param title title of the dialog 31 @param title title of the dialog
32 @type str 32 @type str
33 @param parent reference to the parent widget 33 @param parent reference to the parent widget
34 @type QWidget 34 @type QWidget
35 """ 35 """

eric ide

mercurial