Home | History | Annotate | Download | only in pexpect-2.4

Lines Matching refs:compile_flags

1220         compile_flags = re.DOTALL # Allow dot to match \n
1222 compile_flags = compile_flags | re.IGNORECASE
1226 compiled_pattern_list.append(re.compile(p, compile_flags))