Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h290 PyObject *ht_name, *ht_slots, *ht_qualname; member
/external/python/cpython2/Include/
Dobject.h427 PyObject *ht_name, *ht_slots; member
/external/python/cpython3/Objects/
Dtypeobject.c2604 et->ht_slots = slots; in type_new()
2761 if (et->ht_slots != NULL) { in type_new()
2764 PyTuple_GET_ITEM(et->ht_slots, i)); in type_new()
3481 Py_XDECREF(et->ht_slots); in type_dealloc()
4060 slots_a = ((PyHeapTypeObject *)a)->ht_slots; in same_slots_added()
4061 slots_b = ((PyHeapTypeObject *)b)->ht_slots; in same_slots_added()
/external/python/cpython2/Objects/
Dtypeobject.c2351 et->ht_slots = slots; in type_new()
2763 Py_XDECREF(et->ht_slots); in type_dealloc()
3161 slots_a = ((PyHeapTypeObject *)a)->ht_slots; in same_slots_added()
3162 slots_b = ((PyHeapTypeObject *)b)->ht_slots; in same_slots_added()