Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c270 static PyTypeObject Match_Type; variable
2366 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 = { variable
2929 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in PyInit__sre()
/external/python/cpython2/Modules/
D_sre.c3590 copy = PyObject_NEW_VAR(MatchObject, &Match_Type, slots); in match_copy()
3742 static PyTypeObject Match_Type = { variable
3788 match = PyObject_NEW_VAR(MatchObject, &Match_Type, in pattern_new_match()
4021 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()