Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dtypeslots.h51 #define Py_tp_bases 49 macro
/external/python/cpython3/Objects/
Dtypeobject.c2883 else if (slot->slot == Py_tp_bases) { in PyType_FromSpecWithBases()
2929 if (slot->slot == Py_tp_base || slot->slot == Py_tp_bases) in PyType_FromSpecWithBases()