Home
last modified time | relevance | path

Searched refs:Py_tp_base (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/
Dxxlimited_35.c187 {Py_tp_base, NULL}, /* filled out in module init function */
208 {Py_tp_base, NULL}, /* filled out in module init */
D_testmultiphase.c333 {Py_tp_base, NULL}, /* filled out in module exec function */
D_testcapimodule.c6776 PyTypeObject *base = (PyTypeObject *)PyType_GetSlot(Py_TYPE(self), Py_tp_base); in heapctypesubclasswithfinalizer_init()
/third_party/python/Include/
Dtypeslots.h55 #define Py_tp_base 48 macro
/third_party/python/Doc/c-api/
Dtype.rst171 If that also is ``NULL``, the *Py_tp_base* slot is used instead.
268 Setting :c:data:`Py_tp_bases` or :c:data:`Py_tp_base` may be
/third_party/python/Misc/
Dstable_abi.txt87 const Py_tp_base
/third_party/python/Objects/
Dtypeobject.c3446 if (slot->slot == Py_tp_base) in PyType_FromModuleAndSpec()
3508 else if (slot->slot == Py_tp_base || slot->slot == Py_tp_bases) { in PyType_FromModuleAndSpec()