← Về thư mục
scripts/check_policy_anchor_table.py
- _split_anchor_sections · function · L88-L104 — def _split_anchor_sections(text: str) -> tuple[dict[str, str], list[str]]
- _parse_rows · function · L107-L129 — def _parse_rows(section: str) -> list[tuple[int, str, str, str, str, str]]
- _has_verbatim_quote · function · L132-L141 — def _has_verbatim_quote(quote_cell: str) -> bool
- lint_text · function · L144-L199 — def lint_text(text: str) -> list[str]
- verify_nature_dedup_with_venue · function · L202-L247 — def verify_nature_dedup_with_venue( anchor_table_path: Path, venue_policies_path: Path, *, anchor_text: str | None = None, venue_text: str | None = None, repo_root: Path | None = None, ) -> list[str]
- main · function · L250-L282 — def main(argv: list[str] | None = None) -> int