DataViews/PyProfileDialog.py

changeset 2953
703452a2876f
parent 2377
11b89e636d33
child 2986
cd4e2cab7eb2
--- a/DataViews/PyProfileDialog.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/DataViews/PyProfileDialog.py	Sat Sep 28 19:06:25 2013 +0200
@@ -29,6 +29,7 @@
         Private method to get the value to compare on for the first column.
         
         @param itm item to operate on (ProfileTreeWidgetItem)
+        @return comparison value for the first column (integer)
         """
         s = itm.text(0)
         return int(s.split('/')[0])

eric ide

mercurial