← Về thư mục
scripts/ars_anchorize_draft.py
- _line_eol · function · L56-L61 — def _line_eol(text: str, span_start: int) -> str
- _anchorize · function · L64-L82 — def _anchorize(text: str) -> tuple[str, int]
- anchorize_text · function · L85-L87 — def anchorize_text(text: str) -> str
- build_manifest · function · L90-L107 — def build_manifest(anchored_raw: bytes, parsed: ParsedDocument) -> dict
- anchorize_file · function · L110-L137 — def anchorize_file(draft_path: Path, manifest_path: Path) -> dict
- main · function · L140-L166 — def main(argv: list[str] | None = None) -> int