Home
last modified time | relevance | path

Searched refs:Py_tp_doc (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dtypeslots.h58 #define Py_tp_doc 56 macro
/external/python/cpython3/Modules/
Dxxlimited.c110 {Py_tp_doc, "The Xxo type"},
D_testmultiphase.c85 {Py_tp_doc, "The Example type"},
D_ssl.c560 {Py_tp_doc, SSLError_doc},
/external/python/cpython3/Objects/
Dtypeobject.c2936 if (slot->slot == Py_tp_doc) { in PyType_FromSpecWithBases()