RefactoringRope/MethodToMethodObjectDialog.py

branch
server_client_variant
changeset 189
2711fdd91925
parent 188
05fb0977ce1b
child 203
c38750e1bafd
equal deleted inserted replaced
188:05fb0977ce1b 189:2711fdd91925
24 def __init__(self, refactoring, title, filename, offset, parent=None): 24 def __init__(self, refactoring, title, filename, offset, 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 @type str 31 @type 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 offset offset within file 34 @param offset offset within file

eric ide

mercurial