Searched refs:SCRUB_IR_COMMENT_RE (Results 1 – 1 of 1) sorted by relevance
475 es0 = SCRUB_IR_COMMENT_RE.sub(r'', es0)476 es1 = SCRUB_IR_COMMENT_RE.sub(r'', es1)639 SCRUB_IR_COMMENT_RE = re.compile(r'\s*;.*') variable869 scrubbed_line = SCRUB_IR_COMMENT_RE.sub(r'', line)1002 func_line = SCRUB_IR_COMMENT_RE.sub(r'', func_line)