Searched refs:_PyDict_GetItemWithError (Results 1 – 3 of 3) sorted by relevance
111 PyAPI_FUNC(PyObject *) _PyDict_GetItemWithError(PyObject *mp, PyObject *key);
757 _PyDict_GetItemWithError(PyObject *op, PyObject *key) in _PyDict_GetItemWithError() function
663 if ((m = _PyDict_GetItemWithError(modules, name)) != NULL && in _PyImport_AddModuleObject()