RefactoringRope/ChangeSignatureDialog.py

branch
server_client_variant
changeset 189
2711fdd91925
parent 184
4a806271f0b9
child 203
c38750e1bafd
equal deleted inserted replaced
188:05fb0977ce1b 189:2711fdd91925
31 def __init__(self, refactoring, title, filename, offset, parent=None): 31 def __init__(self, refactoring, title, filename, offset, parent=None):
32 """ 32 """
33 Constructor 33 Constructor
34 34
35 @param refactoring reference to the main refactoring object 35 @param refactoring reference to the main refactoring object
36 @type Refactoring 36 @type RefactoringServer
37 @param title title of the dialog 37 @param title title of the dialog
38 @type str 38 @type str
39 @param filename file name to be worked on 39 @param filename file name to be worked on
40 @type str 40 @type str
41 @param offset offset within file 41 @param offset offset within file

eric ide

mercurial