Home | History | Annotate | Download | only in Modules

Lines Matching refs:Pattern_Type

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

2623 statichere PyTypeObject Pattern_Type = {
2677 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n);
3890 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) ||