Searched refs:defObject (Results 1 – 1 of 1) sorted by relevance
1708 PyObject *defObject = ((flags & DICT_FLAG_NONE_DEFAULT)? Py_None : NULL); in _DictionaryItem() local1718 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()