clang-tools 22.0.0git
check_alphabetical_order.ScannedBlocks Class Reference
Inheritance diagram for check_alphabetical_order.ScannedBlocks:
[legend]

Static Public Attributes

List blocks_with_pos [Tuple[BulletStart, BulletBlock]]

Detailed Description

Result of scanning bullet blocks within a section range.

- blocks_with_pos: list of (start_index, block_lines) for each bullet block.
- next_index: index where scanning stopped; start of the suffix region.

Definition at line 91 of file check_alphabetical_order.py.

Member Data Documentation

◆ blocks_with_pos

List check_alphabetical_order.ScannedBlocks.blocks_with_pos [Tuple[BulletStart, BulletBlock]]
static

Definition at line 98 of file check_alphabetical_order.py.


The documentation for this class was generated from the following file: