Searched refs:PyODict_GetItemWithError (Results 1 – 2 of 2) sorted by relevance
31 #define PyODict_GetItemWithError(od, key) \ macro
518 PyODict_GetItemWithError((PyObject *)od, _odictnode_KEY(node))963 result = PyODict_GetItemWithError(self, key); /* borrowed */ in OrderedDict_setdefault_impl()