Home
last modified time | relevance | path

Searched refs:Match_Type (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_sre.c271 static PyTypeObject Match_Type; variable
2344 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()
2683 static PyTypeObject Match_Type = { variable
2788 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in PyInit__sre()
/external/python/cpython2/Modules/
D_sre.c3604 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots); in match_copy()
3756 static PyTypeObject Match_Type = { variable
3802 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()
4035 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()