Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for header_info (0.14 seconds)

  1. scripts/doc_parsing_utils.py

                    f" (found {header_info['hashes']}, expected {original_header_info['hashes']})"
                    f" for header №{header_no + 1} in line {header_info['line_no']}"
                )
            line_no = header_info["line_no"] - 1
            hashes = header_info["hashes"]
            title = header_info["title"]
            permalink = original_header_info["permalink"]
            modified_text[line_no] = f"{hashes} {title}{permalink}"
    
    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