Home
last modified time | relevance | path

Searched refs:SRE_INFO_LITERAL (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre_constants.h98 #define SRE_INFO_LITERAL 2 macro
H A Dsre.c1747 SRE_INFO_LITERAL | in _validate_inner()
1755 if ((flags & SRE_INFO_LITERAL) && in _validate_inner()
H A Dsre_lib.h1701 if (flags & SRE_INFO_LITERAL) in search()
1747 if (flags & SRE_INFO_LITERAL) in search()
/third_party/python/Lib/re/
H A D_constants.py219 SRE_INFO_LITERAL = 2 # entire pattern is literal (given by prefix) variable
H A D_compiler.py542 mask = mask | SRE_INFO_LITERAL

Completed in 8 milliseconds