197 """ |
197 """ |
198 self.backgroundService.requestCancel('batch_style', 'Python3') |
198 self.backgroundService.requestCancel('batch_style', 'Python3') |
199 |
199 |
200 def __translateStyleCheck(self, fn, codeStyleCheckerStats, results): |
200 def __translateStyleCheck(self, fn, codeStyleCheckerStats, results): |
201 """ |
201 """ |
202 Private slot called after perfoming a style check on one file. |
202 Private slot called after performing a style check on one file. |
203 |
203 |
204 @param fn filename of the just checked file |
204 @param fn filename of the just checked file |
205 @type str |
205 @type str |
206 @param codeStyleCheckerStats stats of style and name check |
206 @param codeStyleCheckerStats stats of style and name check |
207 @type dict |
207 @type dict |