Home
last modified time | relevance | path

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

/third_party/python/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()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv809 Objects/structseq.c - structseq_methods -