|
| ScannedBlocks | check_alphabetical_order._scan_bullet_blocks (Sequence[str] lines, int start, int end) |
| str | check_alphabetical_order.read_text (str path) |
| None | check_alphabetical_order.write_text (str path, str content) |
| List[str] | check_alphabetical_order._normalize_list_rst_lines (Sequence[str] lines) |
| str | check_alphabetical_order.normalize_list_rst (str data) |
| Optional[int] | check_alphabetical_order.find_heading (Sequence[str] lines, str title) |
| str | check_alphabetical_order.extract_label (str text) |
| bool | check_alphabetical_order._is_bullet_start (str line) |
| BulletBlocks | check_alphabetical_order._parse_bullet_blocks (Sequence[str] lines, int start, int end) |
| List[BulletBlock] | check_alphabetical_order.sort_blocks (Iterable[BulletItem] blocks) |
| List[Tuple[CheckLabel, DuplicateOccurrences]] | check_alphabetical_order.find_duplicate_entries (Sequence[str] lines, str title) |
| Optional[Tuple[int, int, int]] | check_alphabetical_order._find_section_bounds (Sequence[str] lines, str title, Optional[str] next_title) |
| List[str] | check_alphabetical_order._normalize_release_notes_section (Sequence[str] lines, str title, Optional[str] next_title) |
| str | check_alphabetical_order.normalize_release_notes (Sequence[str] lines) |
| Optional[str] | check_alphabetical_order._emit_duplicate_report (Sequence[str] lines, str title) |
| int | check_alphabetical_order.process_release_notes (str out_path, str rn_doc) |
| int | check_alphabetical_order.process_checks_list (str out_path, str list_doc) |
| int | check_alphabetical_order.main (Sequence[str] argv) |