Home | History | Annotate | Download | only in Modules

Lines Matching refs:Pattern_Type

2602     copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize);
2714 statichere PyTypeObject Pattern_Type = {
2768 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n);
4035 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) ||