RadonMetrics/CyclomaticComplexityDialog.py

changeset 31
fe59ed68bd19
parent 29
2fcc4e8791c8
child 32
f8d1858fdb52
--- a/RadonMetrics/CyclomaticComplexityDialog.py	Sun Sep 27 16:44:44 2015 +0200
+++ b/RadonMetrics/CyclomaticComplexityDialog.py	Sun Oct 04 12:55:24 2015 +0200
@@ -596,6 +596,11 @@
     def on_resultList_itemActivated(self, item, column):
         """
         Private slot to handle the activation of a result item.
+        
+        @param item reference to the activated item
+        @type QTreeWidgetItem
+        @param column activated column
+        @type int
         """
         filename = item.data(0, self.FilePathRole)
         lineno = item.data(0, self.LineNumberRole)

eric ide

mercurial