Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readlines (0.04 sec)

  1. scripts/docs.py

        updated_lines = []
        in_code_block3 = False
        in_code_block4 = False
        permalinks = set()
    
        with path.open("r", encoding="utf-8") as f:
            lines = f.readlines()
    
        for line in lines:
            # Handle codeblocks start and end
            if not (in_code_block3 or in_code_block4):
                if code_block4_pattern.match(line):
                    in_code_block4 = True
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Dec 21 17:40:17 UTC 2025
    - 16.9K bytes
    - Viewed (0)
Back to top