Debugger/EditWatchpointDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2677
3d4277929fb3
parent 2988
f53c03574697
child 3145
a9de05d4a22f
--- a/Debugger/EditWatchpointDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Debugger/EditWatchpointDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -23,7 +23,8 @@
         Constructor
         
         @param properties properties for the watch expression (tuple)
-            (expression, temporary flag, enabled flag, ignore count, special condition)
+            (expression, temporary flag, enabled flag, ignore count,
+            special condition)
         @param parent the parent of this dialog
         @param name the widget name of this dialog
         @param modal flag indicating a modal dialog
@@ -68,7 +69,8 @@
         
     def __textChanged(self, txt):
         """
-        Private slot to handle the text changed signal of the condition line edit.
+        Private slot to handle the text changed signal of the condition line
+        edit.
         
         @param txt text of the line edit (string)
         """
@@ -87,7 +89,8 @@
         Public method to retrieve the entered data.
         
         @return a tuple containing the watch expressions new properties
-            (expression, temporary flag, enabled flag, ignore count, special condition)
+            (expression, temporary flag, enabled flag, ignore count,
+            special condition)
         """
         if self.conditionButton.isChecked():
             return (self.conditionEdit.text(),

eric ide

mercurial