Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c254 PyTypeObject *Pattern_Type; member
1418 self = PyObject_GC_NewVar(PatternObject, module_state->Pattern_Type, n); in _sre_compile_impl()
2659 if (!Py_IS_TYPE(righto, module_state->Pattern_Type)) in pattern_richcompare()
2868 Py_VISIT(state->Pattern_Type); in sre_traverse()
2880 Py_CLEAR(state->Pattern_Type); in sre_clear()
2920 CREATE_TYPE(m, state->Pattern_Type, &pattern_spec); in sre_exec()
/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/
DTODO638 Modules/_sre.c:Pattern_Type static PyTypeObject Pattern_Type
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv2337 Modules/_sre.c - Pattern_Type -