Debugger/EditWatchpointDialog.py

changeset 2988
f53c03574697
parent 2632
94121e2f55b9
child 3057
10516539f238
child 3160
209a07d7e401
diff -r c99695c0f13a -r f53c03574697 Debugger/EditWatchpointDialog.py
--- a/Debugger/EditWatchpointDialog.py	Sun Oct 06 18:02:21 2013 +0200
+++ b/Debugger/EditWatchpointDialog.py	Sun Oct 06 19:00:04 2013 +0200
@@ -21,7 +21,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
@@ -66,7 +67,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)
         """
@@ -85,7 +87,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