Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for original_includes (0.06 seconds)

  1. scripts/doc_parsing_utils.py

            if line.strip() == CODE_INCLUDE_PLACEHOLDER
        ]
    
        if len(code_include_lines) != len(original_includes):
            raise ValueError(
                "Number of code include placeholders does not match the number of code includes "
                "in the original document "
                f"({len(code_include_lines)} vs {len(original_includes)})"
            )
    
        modified_text = text.copy()
    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