Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _split_slashes_comment (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. scripts/doc_parsing_utils.py

                code_block.append(res_line)
            elif block_language in {"console", "json", "slash-style-comments"}:
                _line_a_code, line_a_comment = _split_slashes_comment(line_a)
                _line_b_code, line_b_comment = _split_slashes_comment(line_b)
                res_line = line_b
                if line_b_comment:
                    res_line = res_line.replace(line_b_comment, line_a_comment, 1)
    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