Searched refs:dictkeys_generic_lookup (Results 1 – 1 of 1) sorted by relevance
958 dictkeys_generic_lookup(PyDictObject *mp, PyDictKeysObject* dk, PyObject *key, Py_hash_t hash) in dictkeys_generic_lookup() function1075 ix = dictkeys_generic_lookup(mp, dk, key, hash); in _Py_dict_lookup()