Searched refs:DictionaryUpdate (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_py_both.h | 1572 static PyObject *DictionaryUpdate(DictionaryObject *, PyObject *, PyObject *); 1623 if (!(tmp = DictionaryUpdate(self, args, kwargs))) in DictionaryConstructor() 2028 DictionaryUpdate(DictionaryObject *self, PyObject *args, PyObject *kwargs) in DictionaryUpdate() function 2065 return DictionaryUpdate(self, NULL, obj); in DictionaryUpdate() 2236 {"update", (PyCFunction)(void *)DictionaryUpdate, METH_VARARGS|METH_KEYWORDS, ""},
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 2689 cb.append(">> DictionaryUpdate") 3030 >> DictionaryUpdate
|
| H A D | test_python3.vim | 2877 cb.append(">> DictionaryUpdate") 3218 >> DictionaryUpdate
|