Home | History | Annotate | Download | only in Objects

Lines Matching refs:insertdict_by_entry

510 insertdict_by_entry(register PyDictObject *mp, PyObject *key, long hash,
556 return insertdict_by_entry(mp, key, hash, ep, value);
799 if (insertdict_by_entry(mp, key, hash, ep, value) != 0)