Searched refs:structseq_methods (Results 1 – 2 of 2) sorted by relevance
360 static PyMethodDef structseq_methods[] = { variable487 type->tp_methods = structseq_methods; in _PyStructSequence_InitType()584 slots[3] = (PyType_Slot){Py_tp_methods, structseq_methods}; in _PyStructSequence_NewType()
809 Objects/structseq.c - structseq_methods -