Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html

changeset 5762
76ef5f340007
parent 5737
6820ae39114e
child 6264
04a671fa4adb
equal deleted inserted replaced
5761:f9e1e4e50b33 5762:76ef5f340007
165 </dl> 165 </dl>
166 <div align="right"><a href="#top">Up</a></div> 166 <div align="right"><a href="#top">Up</a></div>
167 <hr /><hr /> 167 <hr /><hr />
168 <a NAME="codeStyleBatchCheck" ID="codeStyleBatchCheck"></a> 168 <a NAME="codeStyleBatchCheck" ID="codeStyleBatchCheck"></a>
169 <h2>codeStyleBatchCheck</h2> 169 <h2>codeStyleBatchCheck</h2>
170 <b>codeStyleBatchCheck</b>(<i>argumentsList, send, fx, cancelled</i>) 170 <b>codeStyleBatchCheck</b>(<i>argumentsList, send, fx, cancelled, maxProcesses=0</i>)
171 <p> 171 <p>
172 Module function to check code style for a batch of files. 172 Module function to check code style for a batch of files.
173 </p><dl> 173 </p><dl>
174 <dt><i>argumentsList</i></dt> 174 <dt><i>argumentsList</i> (list)</dt>
175 <dd> 175 <dd>
176 list of arguments tuples as given for codeStyleCheck 176 list of arguments tuples as given for codeStyleCheck
177 </dd><dt><i>send</i></dt> 177 </dd><dt><i>send</i> (func)</dt>
178 <dd> 178 <dd>
179 reference to send function (function) 179 reference to send function
180 </dd><dt><i>fx</i></dt> 180 </dd><dt><i>fx</i> (str)</dt>
181 <dd> 181 <dd>
182 registered service name (string) 182 registered service name
183 </dd><dt><i>cancelled</i></dt> 183 </dd><dt><i>cancelled</i> (func)</dt>
184 <dd> 184 <dd>
185 reference to function checking for a cancellation 185 reference to function checking for a cancellation
186 (function) 186 </dd><dt><i>maxProcesses</i> (int)</dt>
187 <dd>
188 number of processes to be used
187 </dd> 189 </dd>
188 </dl> 190 </dl>
189 <div align="right"><a href="#top">Up</a></div> 191 <div align="right"><a href="#top">Up</a></div>
190 <hr /><hr /> 192 <hr /><hr />
191 <a NAME="codeStyleCheck" ID="codeStyleCheck"></a> 193 <a NAME="codeStyleCheck" ID="codeStyleCheck"></a>

eric ide

mercurial