Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dobject.h253 PyObject *ht_name, *ht_slots, *ht_qualname; member
/third_party/python/Objects/
H A Dtypeobject.c2969 if (et->ht_slots != NULL) { in type_new_descriptors()
2971 Py_ssize_t nslot = PyTuple_GET_SIZE(et->ht_slots); in type_new_descriptors()
2974 PyTuple_GET_ITEM(et->ht_slots, i)); in type_new_descriptors()
3173 et->ht_slots = ctx->slots; in type_new_init()
4117 Py_XDECREF(et->ht_slots); in type_dealloc()
4330 ((PyHeapTypeObject *)type)->ht_slots is a tuple of strings, in type_traverse()
4714 slots_a = ((PyHeapTypeObject *)a)->ht_slots; in same_slots_added()
4715 slots_b = ((PyHeapTypeObject *)b)->ht_slots; in same_slots_added()

Completed in 12 milliseconds