RadonMetrics/CyclomaticComplexityCalculator.py

branch
eric7
changeset 111
897c71cbc967
parent 110
261babeb7cc6
child 126
9ecce748f0ac
equal deleted inserted replaced
110:261babeb7cc6 111:897c71cbc967
13 13
14 def initService(): 14 def initService():
15 """ 15 """
16 Initialize the service and return the entry point. 16 Initialize the service and return the entry point.
17 17
18 @return the entry point for the background client (function) 18 @return the entry point for the background client
19 @rtype function
19 """ 20 """
20 return cyclomaticComplexity 21 return cyclomaticComplexity
21 22
22 23
23 def initBatchService(): 24 def initBatchService():
24 """ 25 """
25 Initialize the batch service and return the entry point. 26 Initialize the batch service and return the entry point.
26 27
27 @return the entry point for the background client (function) 28 @return the entry point for the background client
29 @rtype function
28 """ 30 """
29 return batchCyclomaticComplexity 31 return batchCyclomaticComplexity
30 32
31 33
32 def cyclomaticComplexity( 34 def cyclomaticComplexity(

eric ide

mercurial