Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dxxlimited.c184 {Py_tp_base, NULL}, /* filled out in module init function */
205 {Py_tp_base, NULL}, /* filled out in module init */
D_testmultiphase.c327 {Py_tp_base, NULL}, /* filled out in module exec function */
D_ssl.c590 {Py_tp_base, NULL}, /* Filled out in module init as it's not a constant */
D_testcapimodule.c6382 PyTypeObject *base = (PyTypeObject *)PyType_GetSlot(Py_TYPE(self), Py_tp_base); in heapctypesubclasswithfinalizer_init()
/external/python/cpython3/Include/
Dtypeslots.h55 #define Py_tp_base 48 macro
/external/python/cpython3/Doc/c-api/
Dtype.rst159 If that also is ``NULL``, the *Py_tp_base* slot is used instead.
251 Setting :c:data:`Py_tp_bases` or :c:data:`Py_tp_base` may be
/external/python/cpython3/Objects/
Dtypeobject.c2950 if (slot->slot == Py_tp_base) in PyType_FromModuleAndSpec()
3011 else if (slot->slot == Py_tp_base || slot->slot == Py_tp_bases) { in PyType_FromModuleAndSpec()