Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsre_constants.py202 SRE_FLAG_TEMPLATE = 1 # template mode (disable backtracking) variable
/third_party/python/Modules/
Dsre_constants.h86 #define SRE_FLAG_TEMPLATE 1 macro