Plugins/CheckerPlugins/SyntaxChecker/jsCheckSyntax.py

changeset 4236
8d4e498a7af8
parent 4231
0b38613388c9
child 4541
e8ddd9d76414
equal deleted inserted replaced
4235:81278aff6af9 4236:8d4e498a7af8
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)

eric ide

mercurial