Searched refs:PyType_Slot (Results 1 – 12 of 12) sorted by relevance
451 PyType_Slot slots[8]; in PyStructSequence_NewType()465 slots[0] = (PyType_Slot){Py_tp_dealloc, (destructor)structseq_dealloc}; in PyStructSequence_NewType()466 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in PyStructSequence_NewType()467 slots[2] = (PyType_Slot){Py_tp_doc, (void *)desc->doc}; in PyStructSequence_NewType()468 slots[3] = (PyType_Slot){Py_tp_methods, structseq_methods}; in PyStructSequence_NewType()469 slots[4] = (PyType_Slot){Py_tp_new, structseq_new}; in PyStructSequence_NewType()470 slots[5] = (PyType_Slot){Py_tp_members, members}; in PyStructSequence_NewType()471 slots[6] = (PyType_Slot){Py_tp_traverse, (traverseproc)structseq_traverse}; in PyStructSequence_NewType()472 slots[7] = (PyType_Slot){0, 0}; in PyStructSequence_NewType()
2853 PyType_Slot *slot; in PyType_FromSpecWithBases()
106 See :c:member:`PyType_Slot.slot` for possible values of the *slot* argument.160 .. c:member:: PyType_Slot *PyType_Spec.slots162 Array of :c:type:`PyType_Slot` structures.165 .. c:type:: PyType_Slot170 .. c:member:: int PyType_Slot.slot184 The following fields cannot be set using :c:type:`PyType_Spec` and :c:type:`PyType_Slot`:201 .. c:member:: void *PyType_Slot.pfunc
112 static PyType_Slot Xxo_Type_slots[] = {182 static PyType_Slot Str_Type_slots[] = {203 static PyType_Slot Null_Type_slots[] = {
87 static PyType_Slot Example_Type_slots[] = {164 static PyType_Slot Str_Type_slots[] = {
483 static PyType_Slot PyCursesPanel_Type_slots[] = {
941 static PyType_Slot PyTclObject_Type_slots[] = {3232 static PyType_Slot Tktt_Type_slots[] = {3287 static PyType_Slot Tkapp_Type_slots[] = {
5999 static PyType_Slot HeapGcCType_slots[] = {6027 static PyType_Slot HeapCType_slots[] = {6069 static PyType_Slot HeapCTypeSubclass_slots[] = {6145 static PyType_Slot HeapCTypeSubclassWithFinalizer_slots[] = {
576 static PyType_Slot sslerror_type_slots[] = {
183 } PyType_Slot; typedef190 PyType_Slot *slots; /* terminated by slot==0. */
559 static PyType_Slot ScalarMapContainer_Type_slots[] = {841 static PyType_Slot MessageMapContainer_Type_slots[] = {
758 static PyType_Slot EagerTensor_Type_slots[] = {