Searched refs:DICT_FLAG_RETURN_BOOL (Results 1 – 1 of 1) sorted by relevance
1701 #define DICT_FLAG_RETURN_BOOL 0x08 // Incompatible with DICT_FLAG_POP macro1724 if (flags & DICT_FLAG_RETURN_BOOL) in _DictionaryItem()1754 else if (flags & DICT_FLAG_RETURN_BOOL) in _DictionaryItem()1791 PyObject *rObj = _DictionaryItem(self, keyObject, DICT_FLAG_RETURN_BOOL); in DictionaryContains()2210 return _DictionaryItem(self, keyObject, DICT_FLAG_RETURN_BOOL); in DictionaryHasKey()