Searched refs:Match_Type (Results 1 – 2 of 2) sorted by relevance
271 static PyTypeObject Match_Type; variable2344 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()2683 static PyTypeObject Match_Type = { variable2788 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in PyInit__sre()
3604 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots); in match_copy()3756 static PyTypeObject Match_Type = { variable3802 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()4035 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()