RefactoringRope/ExtractDialog.py

changeset 9
8cee612bcc28
parent 5
49a4abfc1f89
child 20
83b71483e198
equal deleted inserted replaced
8:fc14525f0501 9:8cee612bcc28
21 """ 21 """
22 Constructor 22 Constructor
23 23
24 @param refactoring reference to the main refactoring object 24 @param refactoring reference to the main refactoring object
25 (Refactoring) 25 (Refactoring)
26 @param title title of the dialog (string or QString) 26 @param title title of the dialog (string)
27 @param extractor reference to the extractor object 27 @param extractor reference to the extractor object
28 (rope.refactor.extract.ExtractMethod or 28 (rope.refactor.extract.ExtractMethod or
29 rope.refactor.extract.ExtractVariable) 29 rope.refactor.extract.ExtractVariable)
30 @param parent reference to the parent widget (QWidget) 30 @param parent reference to the parent widget (QWidget)
31 """ 31 """

eric ide

mercurial