Home | History | Annotate | Download | only in Modules

Lines Matching refs:dictitems

2390     PyObject *dictitems = Py_None;

2412 &dictitems))
2434 if (dictitems == Py_None)
2435 dictitems = NULL;
2436 else if (!PyIter_Check(dictitems)) {
2439 "Os", fn, Py_TYPE(dictitems)->tp_name);
2548 if (dictitems && batch_dict(self, dictitems) < 0)