Home
last modified time | relevance | path

Searched refs:_PyDict_GetItemStringWithError (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/cpython/
Ddictobject.h38 PyAPI_FUNC(PyObject *) _PyDict_GetItemStringWithError(PyObject *, const char *);
/external/python/cpython3/Python/
Dgetargs.c1794 current_arg = _PyDict_GetItemStringWithError(kwargs, kwlist[i]); in vgetargskeywords()
1879 current_arg = _PyDict_GetItemStringWithError(kwargs, kwlist[i]); in vgetargskeywords()
Dcodecs.c648 handler = _PyDict_GetItemStringWithError(interp->codec_error_registry, name); in PyCodec_LookupError()
Dimport.c469 PyObject *value = _PyDict_GetItemStringWithError(interp->sysdict, in _PyImport_Cleanup()
/external/python/cpython3/Objects/
Ddictobject.c1495 _PyDict_GetItemStringWithError(PyObject *v, const char *key) in _PyDict_GetItemStringWithError() function