Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1572 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 Dtest_python2.vim2689 cb.append(">> DictionaryUpdate")
3030 >> DictionaryUpdate
H A Dtest_python3.vim2877 cb.append(">> DictionaryUpdate")
3218 >> DictionaryUpdate