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

changeset 7989
a21d673a8f99
parent 7900
72b88fb20261
child 8199
f6db89b067e7
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
166 <dd> 166 <dd>
167 arguments for the message (list) 167 arguments for the message (list)
168 </dd> 168 </dd>
169 </dl> 169 </dl>
170 <dl> 170 <dl>
171 <dt>Returns:</dt> 171 <dt>Return:</dt>
172 <dd> 172 <dd>
173 error code (string) 173 error code (string)
174 </dd> 174 </dd>
175 </dl> 175 </dl>
176 <div align="right"><a href="#top">Up</a></div> 176 <div align="right"><a href="#top">Up</a></div>
203 annotationArgs, securityArgs, errors, eol, encoding, backup) 203 annotationArgs, securityArgs, errors, eol, encoding, backup)
204 bool, str, dict, dict, dict, list of str, str, str, bool) 204 bool, str, dict, dict, dict, list of str, str, str, bool)
205 </dd> 205 </dd>
206 </dl> 206 </dl>
207 <dl> 207 <dl>
208 <dt>Returns:</dt> 208 <dt>Return:</dt>
209 <dd> 209 <dd>
210 tuple of statistics data and list of result dictionaries with 210 tuple of statistics data and list of result dictionaries with
211 keys: 211 keys:
212 <ul> 212 <ul>
213 <li>file: file name</li> 213 <li>file: file name</li>
249 <dd> 249 <dd>
250 string containing the code to check 250 string containing the code to check
251 </dd> 251 </dd>
252 </dl> 252 </dl>
253 <dl> 253 <dl>
254 <dt>Returns:</dt> 254 <dt>Return:</dt>
255 <dd> 255 <dd>
256 tuple containing the error dictionary with syntax error details 256 tuple containing the error dictionary with syntax error details
257 and a statistics dictionary or a tuple containing two None 257 and a statistics dictionary or a tuple containing two None
258 </dd> 258 </dd>
259 </dl> 259 </dl>
325 eol, encoding, backup) 325 eol, encoding, backup)
326 bool, str, dict, dict, list of str, str, str, bool) 326 bool, str, dict, dict, list of str, str, str, bool)
327 </dd> 327 </dd>
328 </dl> 328 </dl>
329 <dl> 329 <dl>
330 <dt>Returns:</dt> 330 <dt>Return:</dt>
331 <dd> 331 <dd>
332 tuple of statistics (dict) and list of results (tuple for each 332 tuple of statistics (dict) and list of results (tuple for each
333 found violation of style (lineno, position, text, ignored, fixed, 333 found violation of style (lineno, position, text, ignored, fixed,
334 autofixing, fixedMsg)) 334 autofixing, fixedMsg))
335 </dd> 335 </dd>
370 <dd> 370 <dd>
371 flag indicating to check for a flags only line (bool) 371 flag indicating to check for a flags only line (bool)
372 </dd> 372 </dd>
373 </dl> 373 </dl>
374 <dl> 374 <dl>
375 <dt>Returns:</dt> 375 <dt>Return:</dt>
376 <dd> 376 <dd>
377 list containing the extracted flags (list of strings) 377 list containing the extracted flags (list of strings)
378 </dd> 378 </dd>
379 </dl> 379 </dl>
380 <div align="right"><a href="#top">Up</a></div> 380 <div align="right"><a href="#top">Up</a></div>
397 <dd> 397 <dd>
398 list of line flags to check against 398 list of line flags to check against
399 </dd> 399 </dd>
400 </dl> 400 </dl>
401 <dl> 401 <dl>
402 <dt>Returns:</dt> 402 <dt>Return:</dt>
403 <dd> 403 <dd>
404 flag indicating to ignore the code 404 flag indicating to ignore the code
405 </dd> 405 </dd>
406 </dl> 406 </dl>
407 <dl> 407 <dl>
419 419
420 <p> 420 <p>
421 Initialize the batch service and return the entry point. 421 Initialize the batch service and return the entry point.
422 </p> 422 </p>
423 <dl> 423 <dl>
424 <dt>Returns:</dt> 424 <dt>Return:</dt>
425 <dd> 425 <dd>
426 the entry point for the background client (function) 426 the entry point for the background client (function)
427 </dd> 427 </dd>
428 </dl> 428 </dl>
429 <div align="right"><a href="#top">Up</a></div> 429 <div align="right"><a href="#top">Up</a></div>
435 435
436 <p> 436 <p>
437 Initialize the service and return the entry point. 437 Initialize the service and return the entry point.
438 </p> 438 </p>
439 <dl> 439 <dl>
440 <dt>Returns:</dt> 440 <dt>Return:</dt>
441 <dd> 441 <dd>
442 the entry point for the background client (function) 442 the entry point for the background client (function)
443 </dd> 443 </dd>
444 </dl> 444 </dl>
445 <div align="right"><a href="#top">Up</a></div> 445 <div align="right"><a href="#top">Up</a></div>
462 <dd> 462 <dd>
463 list of line flags to check against 463 list of line flags to check against
464 </dd> 464 </dd>
465 </dl> 465 </dl>
466 <dl> 466 <dl>
467 <dt>Returns:</dt> 467 <dt>Return:</dt>
468 <dd> 468 <dd>
469 flag indicating an acknowledged security report 469 flag indicating an acknowledged security report
470 </dd> 470 </dd>
471 </dl> 471 </dl>
472 <dl> 472 <dl>

eric ide

mercurial