Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1705 _DictionaryItem(DictionaryObject *self, PyObject *args, int flags) in _DictionaryItem() function
1785 return _DictionaryItem(self, keyObject, 0); in DictionaryItem()
1791 PyObject *rObj = _DictionaryItem(self, keyObject, DICT_FLAG_RETURN_BOOL); in DictionaryContains()
2162 return _DictionaryItem(self, args, in DictionaryGet()
2169 return _DictionaryItem(self, args, DICT_FLAG_HAS_DEFAULT|DICT_FLAG_POP); in DictionaryPop()
2210 return _DictionaryItem(self, keyObject, DICT_FLAG_RETURN_BOOL); in DictionaryHasKey()
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2674 cb.append(">> _DictionaryItem")
2943 >> _DictionaryItem
H A Dtest_python3.vim2862 cb.append(">> _DictionaryItem")
3131 >> _DictionaryItem