Searched refs:SRE_FLAG_VERBOSE (Results 1 – 9 of 9) sorted by relevance
208 SRE_FLAG_VERBOSE = 64 # ignore whitespace and comments variable251 f.write("#define SRE_FLAG_VERBOSE %d\n" % SRE_FLAG_VERBOSE)
61 "x": SRE_FLAG_VERBOSE,816 if (state.flags & SRE_FLAG_VERBOSE) and not verbose:832 sub_verbose = ((verbose or (add_flags & SRE_FLAG_VERBOSE)) and833 not (del_flags & SRE_FLAG_VERBOSE))948 p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0)953 state.flags = flags | SRE_FLAG_VERBOSE
152 VERBOSE = X = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
213 SRE_FLAG_VERBOSE = 64 # ignore whitespace and comments variable256 f.write("#define SRE_FLAG_VERBOSE %d\n" % SRE_FLAG_VERBOSE)
60 "x": SRE_FLAG_VERBOSE,436 if state.flags & SRE_FLAG_VERBOSE:749 if not (flags & SRE_FLAG_VERBOSE) and p.pattern.flags & SRE_FLAG_VERBOSE:
126 X = VERBOSE = sre_compile.SRE_FLAG_VERBOSE # ignore whitespace and comments
83 #define SRE_FLAG_VERBOSE 64 macro
92 #define SRE_FLAG_VERBOSE 64 macro
1236 {"re.VERBOSE", SRE_FLAG_VERBOSE}, in pattern_repr()