Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1701 #define DICT_FLAG_RETURN_BOOL 0x08 // Incompatible with DICT_FLAG_POP macro
1724 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()