- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for extract_code_includes (0.37 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
scripts/doc_parsing_utils.py
lang: str start_line_no: int content: list[str] # Code includes # -------------------------------------------------------------------------------------- def extract_code_includes(lines: list[str]) -> list[CodeIncludeInfo]: """ Extract lines that contain code includes. Return list of CodeIncludeInfo, where each dict contains: - `line_no` - line number (1-based)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)