Searched defs:slots_b (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dtypeobject.c3111 PyObject *slots_a, *slots_b; local
3122 slots_b = ((PyHeapTypeObject *)b)->ht_slots;
3123 if (slots_a && slots_b) {
3124 if (PyObject_Compare(slots_a, slots_b) != 0)

Completed in 92 milliseconds