Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c2588 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize); in pattern_copy()
2700 statichere PyTypeObject Pattern_Type = { variable
2754 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n); in _compile()
4021 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()