Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _construct_html_link (0.17 seconds)

  1. scripts/doc_parsing_utils.py

                        full_tag=link_str,
                        attributes=attributes,
                        text=link_text,
                    )
                )
        return links
    
    
    def _construct_html_link(
        link_text: str,
        attributes: list[HTMLLinkAttribute],
        lang_code: str,
    ) -> str:
        """
        Reconstruct HTML link, adjusting the URL for the given language code if needed.
        """
    
    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