Lines Matching refs:compile_flags
1215 compile_flags = re.DOTALL # Allow dot to match \n1217 compile_flags = compile_flags | re.IGNORECASE1221 compiled_pattern_list.append(re.compile(p, compile_flags))