Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsre_constants.py206 SRE_FLAG_DOTALL = 16 # treat target as a single string variable
/third_party/python/Modules/
Dsre_constants.h90 #define SRE_FLAG_DOTALL 16 macro