Debugger/VariablesViewer.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3621
15f23ed3f216
--- a/Debugger/VariablesViewer.py	Sat May 17 19:58:49 2014 +0200
+++ b/Debugger/VariablesViewer.py	Sun May 18 14:13:09 2014 +0200
@@ -34,7 +34,7 @@
     """
     def __init__(self, parent, dvar, dvalue, dtype):
         """
-        Constructor.
+        Constructor
         
         @param parent reference to the parent item
         @param dvar variable name (string)
@@ -117,7 +117,7 @@
         
     def __lt__(self, other):
         """
-        Public method to check, if the item is less than the other one.
+        Special method to check, if the item is less than the other one.
         
         @param other reference to item to compare against (QTreeWidgetItem)
         @return true, if this item is less than other (boolean)

eric ide

mercurial