Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dxxlimited.c180 {Py_tp_base, NULL}, /* filled out in module init function */
201 {Py_tp_base, NULL}, /* filled out in module init */
D_testmultiphase.c162 {Py_tp_base, NULL}, /* filled out in module exec function */
D_ssl.c559 {Py_tp_base, NULL}, /* Filled out in module init as it's not a constant */
/external/python/cpython3/Include/
Dtypeslots.h50 #define Py_tp_base 48 macro
/external/python/cpython3/Objects/
Dtypeobject.c2881 if (slot->slot == Py_tp_base) in PyType_FromSpecWithBases()
2929 if (slot->slot == Py_tp_base || slot->slot == Py_tp_bases) in PyType_FromSpecWithBases()