Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _split_hash_comment (0.07 seconds)

  1. scripts/doc_parsing_utils.py

                "toml",
                "yaml",
                "yml",
                "hash-style-comments",
            }:
                _line_a_code, line_a_comment = _split_hash_comment(line_a)
                _line_b_code, line_b_comment = _split_hash_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