Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h289 PyObject *ht_name, *ht_slots, *ht_qualname; member
/third_party/python/Objects/
Dtypeobject.c2956 if (et->ht_slots != NULL) { in type_new_descriptors()
2958 Py_ssize_t nslot = PyTuple_GET_SIZE(et->ht_slots); in type_new_descriptors()
2961 PyTuple_GET_ITEM(et->ht_slots, i)); in type_new_descriptors()
3161 et->ht_slots = ctx->slots; in type_new_init()
4059 Py_XDECREF(et->ht_slots); in type_dealloc()
4642 slots_a = ((PyHeapTypeObject *)a)->ht_slots; in same_slots_added()
4643 slots_b = ((PyHeapTypeObject *)b)->ht_slots; in same_slots_added()