43 self.queuedBatches = [] |
43 self.queuedBatches = [] |
44 self.batchesFinished = True |
44 self.batchesFinished = True |
45 |
45 |
46 def __determineLanguage(self, filename, source): |
46 def __determineLanguage(self, filename, source): |
47 """ |
47 """ |
48 Private methode to determine the language of the file. |
48 Private method to determine the language of the file. |
49 |
49 |
50 @param filename of the sourcefile (str) |
50 @param filename of the sourcefile (str) |
51 @param source code of the file (str) |
51 @param source code of the file (str) |
52 @return language of the file or None if not found (str or None) |
52 @return language of the file or None if not found (str or None) |
53 """ |
53 """ |