Searched refs:Match_Type (Results 1 – 2 of 2) sorted by relevance
270 static PyTypeObject Match_Type; variable2366 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots); in _sre_SRE_Match___copy___impl()2492 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()2827 static PyTypeObject Match_Type = { variable2929 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in PyInit__sre()
3590 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots); in match_copy()3742 static PyTypeObject Match_Type = { variable3788 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()4021 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()