Searched refs:Match_Type (Results 1 – 3 of 3) sorted by relevance
255 PyTypeObject *Match_Type; member2433 module_state->Match_Type, in pattern_new_match()2869 Py_VISIT(state->Match_Type); in sre_traverse()2881 Py_CLEAR(state->Match_Type); in sre_clear()2921 CREATE_TYPE(m, state->Match_Type, &match_spec); in sre_exec()
637 Modules/_sre.c:Match_Type static PyTypeObject Match_Type
2338 Modules/_sre.c - Match_Type -