Searched refs:SRE_FLAG_DOTALL (Results 1 – 11 of 11) sorted by relevance
208 SRE_FLAG_DOTALL = 16 # treat target as a single string variable251 f.write("#define SRE_FLAG_DOTALL %d\n" % SRE_FLAG_DOTALL)
149 DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline
133 if flags & SRE_FLAG_DOTALL:
60 "s": SRE_FLAG_DOTALL,
211 SRE_FLAG_DOTALL = 16 # treat target as a single string variable254 f.write("#define SRE_FLAG_DOTALL %d\n" % SRE_FLAG_DOTALL)
125 S = DOTALL = sre_compile.SRE_FLAG_DOTALL # make dot match newline
110 if flags & SRE_FLAG_DOTALL:
59 "s": SRE_FLAG_DOTALL,
81 #define SRE_FLAG_DOTALL 16 macro
90 #define SRE_FLAG_DOTALL 16 macro
1242 {"re.DOTALL", SRE_FLAG_DOTALL}, in pattern_repr()