Searched defs:SRE_FLAG_MULTILINE (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
D | sre_constants.py | 205 SRE_FLAG_MULTILINE = 8 # treat target as multiline string variable |
/third_party/python/Modules/ | ||
D | sre_constants.h | 89 #define SRE_FLAG_MULTILINE 8 macro |