Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1791 PyObject *rObj = _DictionaryItem(self, keyObject, DICT_FLAG_RETURN_BOOL); in DictionaryContains() local
1794 if (rObj == NULL) in DictionaryContains()
1797 ret = (rObj == Py_True); in DictionaryContains()
1799 Py_DECREF(rObj); in DictionaryContains()