Lines Matching refs:PyDict_SetItem
1627 if (PyDict_SetItem(dict, key, value) < 0) {
1889 /* CAUTION: PyDict_SetItem() must guarantee that it won't resize the
1896 PyDict_SetItem(PyObject *op, PyObject *key, PyObject *value)
2197 * delete keys), via PyDict_SetItem().
2332 status = PyDict_SetItem(d, key, value);
2530 return PyDict_SetItem((PyObject *)mp, v, w);
2783 if (PyDict_SetItem(d, key, value) < 0) {
2970 status = PyDict_SetItem(a, key, value);
3814 if (PyDict_SetItem(self, PyTuple_GET_ITEM(kwnames, i), args[i]) < 0) {
3908 return PyDict_SetItem(v, kv, item);
3920 err = PyDict_SetItem(v, kv, item);
5467 return PyDict_SetItem(dict, name, value);
5657 res = PyDict_SetItem(dict, key, value);
5670 res = PyDict_SetItem(dict, key, value);