Home
last modified time | relevance | path

Searched refs:SRE_FLAG_DOTALL (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre_constants.h92 #define SRE_FLAG_DOTALL 16 macro
H A Dsre.c1319 {"re.DOTALL", SRE_FLAG_DOTALL}, in pattern_repr()
/third_party/python/Lib/re/
H A D_constants.py211 SRE_FLAG_DOTALL = 16 # treat target as a single string variable
H A D__init__.py149 DOTALL = S = _compiler.SRE_FLAG_DOTALL # make dot match newline
H A D_compiler.py99 if flags & SRE_FLAG_DOTALL:
H A D_parser.py60 "s": SRE_FLAG_DOTALL,

Completed in 7 milliseconds