RefactoringRope/HistoryDialog.py

branch
server_client_variant
changeset 189
2711fdd91925
parent 170
05ef7c12a6d4
child 203
c38750e1bafd
equal deleted inserted replaced
188:05fb0977ce1b 189:2711fdd91925
32 def __init__(self, refactoring, filename="", parent=None): 32 def __init__(self, refactoring, filename="", parent=None):
33 """ 33 """
34 Constructor 34 Constructor
35 35
36 @param refactoring reference to the main refactoring object 36 @param refactoring reference to the main refactoring object
37 @type Refactoring 37 @type RefactoringServer
38 @param filename name of the file to show the history for 38 @param filename name of the file to show the history for
39 @type str 39 @type str
40 @param parent reference to the parent widget 40 @param parent reference to the parent widget
41 @type QWidget 41 @type QWidget
42 """ 42 """

eric ide

mercurial