Home | History | Annotate | Download | only in Python

Lines Matching defs:def

1107     PyObject *def = NULL;
1109 if (!PyArg_UnpackTuple(args, "next", 1, 2, &it, &def))
1121 } else if (def != NULL) {
1127 Py_INCREF(def);
1128 return def;