RefactoringRope/MoveMethodDialog.py

changeset 26
b02d1f37b55e
parent 20
83b71483e198
child 35
79e19b499675
equal deleted inserted replaced
25:136944186655 26:b02d1f37b55e
53 self.__updateUI() 53 self.__updateUI()
54 54
55 @pyqtSlot(str) 55 @pyqtSlot(str)
56 def on_methodEdit_textChanged(self, text): 56 def on_methodEdit_textChanged(self, text):
57 """ 57 """
58 Private slot to react to changes of the attribute. 58 Private slot to react to changes of the method.
59 59
60 @param text text entered into the edit (string) 60 @param text text entered into the edit (string)
61 """ 61 """
62 self.__updateUI() 62 self.__updateUI()
63 63

eric ide

mercurial