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) |