eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py

branch
eric7
changeset 8444
88b242eba71b
parent 8358
144a6b854f70
child 8881
54e42bc2437a
equal deleted inserted replaced
8443:8794cb212647 8444:88b242eba71b
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 """

eric ide

mercurial