- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for modified_text (0.05 seconds)
-
scripts/doc_parsing_utils.py
""" Replace code includes with placeholders. """ modified_text = text.copy() includes = extract_code_includes(text) for include in includes: modified_text[include["line_no"] - 1] = CODE_INCLUDE_PLACEHOLDER return modified_text def replace_placeholders_with_code_includes( text: list[str], original_includes: list[CodeIncludeInfo]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)