Home
last modified time | relevance | path

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

/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()