RadonMetrics/CyclomaticComplexityCalculator.py

branch
eric7
changeset 111
897c71cbc967
parent 110
261babeb7cc6
child 126
9ecce748f0ac
diff -r 261babeb7cc6 -r 897c71cbc967 RadonMetrics/CyclomaticComplexityCalculator.py
--- a/RadonMetrics/CyclomaticComplexityCalculator.py	Sat Dec 23 15:48:48 2023 +0100
+++ b/RadonMetrics/CyclomaticComplexityCalculator.py	Sat Dec 23 16:11:05 2023 +0100
@@ -15,7 +15,8 @@
     """
     Initialize the service and return the entry point.
 
-    @return the entry point for the background client (function)
+    @return the entry point for the background client
+    @rtype function
     """
     return cyclomaticComplexity
 
@@ -24,7 +25,8 @@
     """
     Initialize the batch service and return the entry point.
 
-    @return the entry point for the background client (function)
+    @return the entry point for the background client
+    @rtype function
     """
     return batchCyclomaticComplexity
 

eric ide

mercurial