Home
last modified time | relevance | path

Searched refs:sre_constants (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/_xxtestfuzz/
Dfuzzer.c206 PyObject* sre_constants = PyImport_ImportModule("sre_constants"); in init_sre_compile() local
207 if (sre_constants == NULL) { in init_sre_compile()
210 sre_error_exception = PyObject_GetAttrString(sre_constants, "error"); in init_sre_compile()
214 PyObject* debug_flag = PyObject_GetAttrString(sre_constants, "SRE_FLAG_DEBUG"); in init_sre_compile()
/third_party/python/Doc/library/
Dmodulefinder.rst101 sre_constants: REPEAT_ONE,makedict,AT_END_LINE
/third_party/python/Lib/
Dre.py348 from sre_constants import BRANCH, SUBPATTERN
Dsre_compile.py15 from sre_constants import *
Dsre_parse.py15 from sre_constants import *
/third_party/python/Lib/test/
Dtest_re.py554 from sre_constants import MAXGROUPS
/third_party/python/
DMakefile.pre.in806 Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h …
/third_party/python/Doc/whatsnew/
D3.5.rst1617 sre_constants.error: multiple repeat at position 16 (line 3, column 7)