Searched refs:sre_constants (Results 1 – 8 of 8) sorted by relevance
206 PyObject* sre_constants = PyImport_ImportModule("sre_constants"); in init_sre_compile() local207 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()
101 sre_constants: REPEAT_ONE,makedict,AT_END_LINE
348 from sre_constants import BRANCH, SUBPATTERN
15 from sre_constants import *
554 from sre_constants import MAXGROUPS
806 Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h …
1617 sre_constants.error: multiple repeat at position 16 (line 3, column 7)