Home
last modified time | relevance | path

Searched refs:Py_tp_bases (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dtypeslots.h56 #define Py_tp_bases 49 macro
/third_party/python/Doc/c-api/
Dtype.rst170 If *bases* is ``NULL``, the *Py_tp_bases* 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.txt107 const Py_tp_bases
/third_party/python/Objects/
Dtypeobject.c3448 else if (slot->slot == Py_tp_bases) { in PyType_FromModuleAndSpec()
3508 else if (slot->slot == Py_tp_base || slot->slot == Py_tp_bases) { in PyType_FromModuleAndSpec()