Home
last modified time | relevance | path

Searched refs:structseq_methods (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dstructseq.c360 static PyMethodDef structseq_methods[] = { variable
487 type->tp_methods = structseq_methods; in _PyStructSequence_InitType()
584 slots[3] = (PyType_Slot){Py_tp_methods, structseq_methods}; in _PyStructSequence_NewType()
/aosp_15_r20/external/python/cpython2/Objects/
Dstructseq.c429 static PyMethodDef structseq_methods[] = { variable
463 structseq_methods, /* tp_methods */
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv809 Objects/structseq.c - structseq_methods -