Searched defs:PyDict_GetItemWithError (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Ddictobject.c1446 /* Same as PyDict_GetItemWithError() but with hash supplied by caller.
1474 PyDict_GetItemWithError(PyObject *op, PyObject *key) function
1507 return PyDict_GetItemWithError(dp, kv);
4190 found = PyDict_GetItemWithError((PyObject *)dv->dv_dict, key);

Completed in 160 milliseconds