Home
last modified time | relevance | path

Searched defs:SRE_LOC_IS_WORD (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_sre/
H A Dsre.c109 #define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_') macro

Completed in 6 milliseconds