72 |
72 |
73 def jsSyntaxBatchCheck(argumentsList, send, fx, cancelled): |
73 def jsSyntaxBatchCheck(argumentsList, send, fx, cancelled): |
74 """ |
74 """ |
75 Module function to check syntax for a batch of files. |
75 Module function to check syntax for a batch of files. |
76 |
76 |
77 @param argumentsList list of arguments tuples as given for |
77 @param argumentsList list of arguments tuples as given for |
78 syntaxAndPyflakesCheck |
78 syntaxAndPyflakesCheck |
79 @param send reference to send function (function) |
79 @param send reference to send function (function) |
80 @param fx registered service name (string) |
80 @param fx registered service name (string) |
81 @param cancelled reference to function checking for a cancellation |
81 @param cancelled reference to function checking for a cancellation |
82 (function) |
82 (function) |