Home | History | Annotate | Download | only in Modules

Lines Matching refs:dictitems

2388     PyObject *dictitems = Py_None;
2410 &dictitems))
2432 if (dictitems == Py_None)
2433 dictitems = NULL;
2434 else if (!PyIter_Check(dictitems)) {
2437 "Os", fn, Py_TYPE(dictitems)->tp_name);
2567 if (dictitems && batch_dict(self, dictitems) < 0)