Searched refs:braces_match (Results 1 – 1 of 1) sorted by relevance
11 def braces_match(line): function22 assert(braces_match("{{{}}}"))23 assert(not braces_match("{{}{}"))39 if braces_match(current_line) and not is_partial_comment(current_line):