comparison: eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html
eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html
- changeset 7989
- a21d673a8f99
- parent 7986
- 2971d5d19951
- child 8199
- f6db89b067e7
equal
deleted
inserted
replaced
332 |
332 |
333 <p> |
333 <p> |
334 Private method to assemble the list of excluded checks. |
334 Private method to assemble the list of excluded checks. |
335 </p> |
335 </p> |
336 <dl> |
336 <dl> |
337 <dt>Returns:</dt> |
337 <dt>Return:</dt> |
338 <dd> |
338 <dd> |
339 list of excluded checks as a comma separated string. |
339 list of excluded checks as a comma separated string. |
340 </dd> |
340 </dd> |
341 </dl> |
341 </dl> |
342 <dl> |
342 <dl> |
427 <dd> |
427 <dd> |
428 dictionary containing check result data |
428 dictionary containing check result data |
429 </dd> |
429 </dd> |
430 </dl> |
430 </dl> |
431 <dl> |
431 <dl> |
432 <dt>Returns:</dt> |
432 <dt>Return:</dt> |
433 <dd> |
433 <dd> |
434 reference to the created item |
434 reference to the created item |
435 </dd> |
435 </dd> |
436 </dl> |
436 </dl> |
437 <dl> |
437 <dl> |
455 <p> |
455 <p> |
456 Private method to get a dictionary containing the builtins assignments |
456 Private method to get a dictionary containing the builtins assignments |
457 to be ignored. |
457 to be ignored. |
458 </p> |
458 </p> |
459 <dl> |
459 <dl> |
460 <dt>Returns:</dt> |
460 <dt>Return:</dt> |
461 <dd> |
461 <dd> |
462 dictionary containing the builtins assignments to be ignored |
462 dictionary containing the builtins assignments to be ignored |
463 </dd> |
463 </dd> |
464 </dl> |
464 </dl> |
465 <dl> |
465 <dl> |
486 flag indicating to return the checker categories as a |
486 flag indicating to return the checker categories as a |
487 Python list |
487 Python list |
488 </dd> |
488 </dd> |
489 </dl> |
489 </dl> |
490 <dl> |
490 <dl> |
491 <dt>Returns:</dt> |
491 <dt>Return:</dt> |
492 <dd> |
492 <dd> |
493 checker categories as a list or comma separated string |
493 checker categories as a list or comma separated string |
494 </dd> |
494 </dd> |
495 </dl> |
495 </dl> |
496 <dl> |
496 <dl> |
505 |
505 |
506 <p> |
506 <p> |
507 Private method to get the list of commented code whitelist patterns. |
507 Private method to get the list of commented code whitelist patterns. |
508 </p> |
508 </p> |
509 <dl> |
509 <dl> |
510 <dt>Returns:</dt> |
510 <dt>Return:</dt> |
511 <dd> |
511 <dd> |
512 list of commented code whitelist patterns |
512 list of commented code whitelist patterns |
513 </dd> |
513 </dd> |
514 </dl> |
514 </dl> |
515 <dl> |
515 <dl> |
531 <dd> |
531 <dd> |
532 filename where to determine the line ending |
532 filename where to determine the line ending |
533 </dd> |
533 </dd> |
534 </dl> |
534 </dl> |
535 <dl> |
535 <dl> |
536 <dt>Returns:</dt> |
536 <dt>Return:</dt> |
537 <dd> |
537 <dd> |
538 eol string |
538 eol string |
539 </dd> |
539 </dd> |
540 </dl> |
540 </dl> |
541 <dl> |
541 <dl> |
550 |
550 |
551 <p> |
551 <p> |
552 Private method to extract all selected items for fixable issues. |
552 Private method to extract all selected items for fixable issues. |
553 </p> |
553 </p> |
554 <dl> |
554 <dl> |
555 <dt>Returns:</dt> |
555 <dt>Return:</dt> |
556 <dd> |
556 <dd> |
557 selected items for fixable issues |
557 selected items for fixable issues |
558 </dd> |
558 </dd> |
559 </dl> |
559 </dl> |
560 <dl> |
560 <dl> |
569 |
569 |
570 <p> |
570 <p> |
571 Private method to get the expected future imports. |
571 Private method to get the expected future imports. |
572 </p> |
572 </p> |
573 <dl> |
573 <dl> |
574 <dt>Returns:</dt> |
574 <dt>Return:</dt> |
575 <dd> |
575 <dd> |
576 expected future imports as a comma separated string |
576 expected future imports as a comma separated string |
577 </dd> |
577 </dd> |
578 </dl> |
578 </dl> |
579 <dl> |
579 <dl> |
654 <dd> |
654 <dd> |
655 item to be checked |
655 item to be checked |
656 </dd> |
656 </dd> |
657 </dl> |
657 </dl> |
658 <dl> |
658 <dl> |
659 <dt>Returns:</dt> |
659 <dt>Return:</dt> |
660 <dd> |
660 <dd> |
661 flag indicating a fixable issue |
661 flag indicating a fixable issue |
662 </dd> |
662 </dd> |
663 </dl> |
663 </dl> |
664 <dl> |
664 <dl> |
704 <dd> |
704 <dd> |
705 source text |
705 source text |
706 </dd> |
706 </dd> |
707 </dl> |
707 </dl> |
708 <dl> |
708 <dl> |
709 <dt>Returns:</dt> |
709 <dt>Return:</dt> |
710 <dd> |
710 <dd> |
711 list of checker options |
711 list of checker options |
712 </dd> |
712 </dd> |
713 </dl> |
713 </dl> |
714 <dl> |
714 <dl> |

