Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py

changeset 4236
8d4e498a7af8
parent 4231
0b38613388c9
child 4385
599681bf149a
equal deleted inserted replaced
4235:81278aff6af9 4236:8d4e498a7af8
108 108
109 def syntaxAndPyflakesBatchCheck(argumentsList, send, fx, cancelled): 109 def syntaxAndPyflakesBatchCheck(argumentsList, send, fx, cancelled):
110 """ 110 """
111 Module function to check syntax for a batch of files. 111 Module function to check syntax for a batch of files.
112 112
113 @param argumentsList list of arguments tuples as given for 113 @param argumentsList list of arguments tuples as given for
114 syntaxAndPyflakesCheck 114 syntaxAndPyflakesCheck
115 @param send reference to send function (function) 115 @param send reference to send function (function)
116 @param fx registered service name (string) 116 @param fx registered service name (string)
117 @param cancelled reference to function checking for a cancellation 117 @param cancelled reference to function checking for a cancellation
118 (function) 118 (function)

eric ide

mercurial