Home | History | Annotate | Download | only in Python

Lines Matching refs:dflt

1266     PyObject *o, *dflt = NULL;
1269 kwlist, &o, &dflt))
1276 if (dflt != NULL && PyErr_ExceptionMatches(PyExc_TypeError)) {
1278 Py_INCREF(dflt);
1279 return dflt;