Home
last modified time | relevance | path

Searched refs:_PyDict_GetItemWithError (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Ddictobject.h111 PyAPI_FUNC(PyObject *) _PyDict_GetItemWithError(PyObject *mp, PyObject *key);
/external/python/cpython2/Python/
Dimport.c663 if ((m = _PyDict_GetItemWithError(modules, name)) != NULL && in _PyImport_AddModuleObject()
/external/python/cpython2/Objects/
Ddictobject.c757 _PyDict_GetItemWithError(PyObject *op, PyObject *key) in _PyDict_GetItemWithError() function