Lines Matching defs:items
1431 /* Search for the first index where items are different */
1674 Py_ssize_t counter; /* number of items remaining for iteration */
1754 /* consume items from the queue */
1896 /* consume items from the queue */
2040 PyObject *items;
2050 items = PyObject_CallMethodNoArgs((PyObject *)dd, &_Py_ID(items));
2051 if (items == NULL) {
2055 iter = PyObject_GetIter(items);
2057 Py_DECREF(items);
2064 Py_DECREF(items);
2219 A defaultdict compares equal to a dict with the same items.\n\