Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1708 PyObject *defObject = ((flags & DICT_FLAG_NONE_DEFAULT)? Py_None : NULL); in _DictionaryItem() local
1718 if (!PyArg_ParseTuple(args, "O|O", &keyObject, &defObject)) in _DictionaryItem()
1725 defObject = Py_False; in _DictionaryItem()
1743 if (defObject) in _DictionaryItem()
1745 Py_INCREF(defObject); in _DictionaryItem()
1746 return defObject; in _DictionaryItem()