Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dstructseq.c365 static PyMethodDef structseq_methods[] = { variable
492 type->tp_methods = structseq_methods; in _PyStructSequence_InitType()
556 slots[3] = (PyType_Slot){Py_tp_methods, structseq_methods}; in PyStructSequence_NewType()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv748 Objects/structseq.c - structseq_methods -