Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c263 static PyTypeObject Pattern_Type; variable
1341 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 = { variable
2778 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in PyInit__sre()
/external/python/cpython2/Modules/
D_sre.c2602 copy = PyObject_NEW_VAR(PatternObject, &Pattern_Type, self->codesize); in pattern_copy()
2714 statichere PyTypeObject Pattern_Type = { variable
2768 self = PyObject_NEW_VAR(PatternObject, &Pattern_Type, n); in _compile()
4035 if (PyType_Ready(&Pattern_Type) || PyType_Ready(&Match_Type) || in init_sre()
/external/python/cpython3/Tools/c-analyzer/
DTODO643 Modules/_sre.c:Pattern_Type static PyTypeObject Pattern_Type
Dknown.tsv753 Modules/_sre.c - Pattern_Type variable static PyTypeObject Pattern_Type