VultureChecker/VultureCheckerService.py

branch
eric7
changeset 79
47e46cd3bb23
parent 69
3c2922b45a9f
child 83
7a6fb6e896e0
equal deleted inserted replaced
78:e7f0ffa28c28 79:47e46cd3bb23
115 taskQueue.put('STOP') 115 taskQueue.put('STOP')
116 116
117 117
118 def worker(inputQueue, outputQueue): 118 def worker(inputQueue, outputQueue):
119 """ 119 """
120 Module function acting as the parallel worker for the cyclomatic 120 Module function acting as the parallel worker for the vulture check.
121 complexity calculation.
122 121
123 @param inputQueue input queue 122 @param inputQueue input queue
124 @type multiprocessing.Queue 123 @type multiprocessing.Queue
125 @param outputQueue output queue 124 @param outputQueue output queue
126 @type multiprocessing.Queue 125 @type multiprocessing.Queue

eric ide

mercurial