Searched refs:Py_tp_doc (Results 1 – 5 of 5) sorted by relevance
58 #define Py_tp_doc 56 macro
110 {Py_tp_doc, "The Xxo type"},
85 {Py_tp_doc, "The Example type"},
560 {Py_tp_doc, SSLError_doc},
2936 if (slot->slot == Py_tp_doc) { in PyType_FromSpecWithBases()