Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for HtmlLinkInfo (0.29 seconds)

  1. scripts/doc_parsing_utils.py

    
    # HTML links
    # --------------------------------------------------------------------------------------
    
    
    def extract_html_links(lines: list[str]) -> list[HtmlLinkInfo]:
        """
        Extract all HTML links from the given lines.
    
        Return list of HtmlLinkInfo, where each dict contains:
        - `line_no` - line number (1-based)
        - `full_tag` - full HTML link tag
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:37:41 GMT 2026
    - 23.5K bytes
    - Click Count (0)
Back to Top