Searched refs:Pattern_Type (Results 1 – 4 of 4) sorted by relevance
263 static PyTypeObject Pattern_Type; variable1341 self = PyObject_NewVar(PatternObject, &Pattern_Type, n); in _sre_compile_impl()2521 if (!Py_IS_TYPE(lefto, &Pattern_Type) || !Py_IS_TYPE(righto, &Pattern_Type)) { in pattern_richcompare()2593 static PyTypeObject Pattern_Type = { variable2778 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in PyInit__sre()
2602 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize); in pattern_copy()2714 statichere PyTypeObject Pattern_Type = { variable2768 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n); in _compile()4035 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()
643 Modules/_sre.c:Pattern_Type static PyTypeObject Pattern_Type
753 Modules/_sre.c - Pattern_Type variable static PyTypeObject Pattern_Type