Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for HTMLLinkAttribute (0.16 seconds)

  1. scripts/doc_parsing_utils.py

        url: str
        text: str
        title: str | None
        attributes: str | None
        full_match: str
    
    
    class HTMLLinkAttribute(TypedDict):
        name: str
        quote: str
        value: str
    
    
    class HtmlLinkInfo(TypedDict):
        line_no: int
        full_tag: str
        attributes: list[HTMLLinkAttribute]
        text: str
    
    
    class MultilineCodeBlockInfo(TypedDict):
        lang: str
        start_line_no: int
    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