Lines Matching defs:new
538 return keys->dk_nentries; /* index of new entry */
548 /* Replace od->od_fast_nodes with a new table matching the size of dict's. */
555 /* Initialize a new "fast nodes" table. */
875 PyObject *new = PyObject_CallOneArg((PyObject*)type, left);
876 if (!new) {
879 if (mutablemapping_update_arg(new, right) < 0) {
880 Py_DECREF(new);
883 return new;
917 Create a new ordered dictionary with keys from iterable and values set to value.
1327 /* new methods */
1732 PyObject *key = odictiter_nextkey(di); /* new reference */