Home
last modified time | relevance | path

Searched defs:SRE_FLAG_DOTALL (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dsre_constants.py169 SRE_FLAG_DOTALL = 16 # treat target as a single string variable
/external/python/cpython2/Modules/
Dsre_constants.h81 #define SRE_FLAG_DOTALL 16 macro
/external/python/cpython3/Modules/
Dsre_constants.h82 #define SRE_FLAG_DOTALL 16 macro
/external/python/cpython2/Lib/
Dsre_constants.py211 SRE_FLAG_DOTALL = 16 # treat target as a single string variable