Home | History | Annotate | Download | only in Modules

Lines Matching refs:dictitems

2404     PyObject *dictitems = Py_None;
2426 &dictitems))
2448 if (dictitems == Py_None)
2449 dictitems = NULL;
2450 else if (!PyIter_Check(dictitems)) {
2453 "Os", fn, Py_TYPE(dictitems)->tp_name);
2583 if (dictitems && batch_dict(self, dictitems) < 0)