Home | History | Annotate | Download | only in Modules

Lines Matching refs:Pattern_Type

2590     copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize);

2702 statichere PyTypeObject Pattern_Type = {
2756 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n);
4011 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) ||