Searched refs:structseq_methods (Results 1 – 2 of 2) sorted by relevance
365 static PyMethodDef structseq_methods[] = { variable492 type->tp_methods = structseq_methods; in _PyStructSequence_InitType()556 slots[3] = (PyType_Slot){Py_tp_methods, structseq_methods}; in PyStructSequence_NewType()
748 Objects/structseq.c - structseq_methods -