Searched refs:_PyDict_GetItemStringWithError (Results 1 – 5 of 5) sorted by relevance
38 PyAPI_FUNC(PyObject *) _PyDict_GetItemStringWithError(PyObject *, const char *);
1794 current_arg = _PyDict_GetItemStringWithError(kwargs, kwlist[i]); in vgetargskeywords()1879 current_arg = _PyDict_GetItemStringWithError(kwargs, kwlist[i]); in vgetargskeywords()
648 handler = _PyDict_GetItemStringWithError(interp->codec_error_registry, name); in PyCodec_LookupError()
469 PyObject *value = _PyDict_GetItemStringWithError(interp->sysdict, in _PyImport_Cleanup()
1495 _PyDict_GetItemStringWithError(PyObject *v, const char *key) in _PyDict_GetItemStringWithError() function