Home
last modified time | relevance | path

Searched refs:PyODict_GetItemWithError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dodictobject.h31 #define PyODict_GetItemWithError(od, key) \ macro
/external/python/cpython3/Objects/
Dodictobject.c518 PyODict_GetItemWithError((PyObject *)od, _odictnode_KEY(node))
1015 result = PyODict_GetItemWithError(self, key); /* borrowed */ in OrderedDict_setdefault_impl()