RefactoringRope/GetterSetterDialog.py

branch
server_client_variant
changeset 189
2711fdd91925
parent 187
c7600eee9047
child 203
c38750e1bafd
equal deleted inserted replaced
188:05fb0977ce1b 189:2711fdd91925
23 def __init__(self, refactoring, title, filename, offset, parent=None): 23 def __init__(self, refactoring, title, filename, offset, parent=None):
24 """ 24 """
25 Constructor 25 Constructor
26 26
27 @param refactoring reference to the main refactoring object 27 @param refactoring reference to the main refactoring object
28 @type Refactoring 28 @type RefactoringServer
29 @param title title of the dialog 29 @param title title of the dialog
30 @type str 30 @type str
31 @param filename file name to be worked on 31 @param filename file name to be worked on
32 @type str 32 @type str
33 @param offset offset within file 33 @param offset offset within file

eric ide

mercurial