Lines Matching defs:kwargs
1059 PyObject *kwargs;
1070 Py_XDECREF(boot->kwargs);
1092 PyObject *res = PyObject_Call(boot->func, boot->args, boot->kwargs);
1119 PyObject *func, *args, *kwargs = NULL;
1122 &func, &args, &kwargs))
1134 if (kwargs != NULL && !PyDict_Check(kwargs)) {
1160 boot->kwargs = Py_XNewRef(kwargs);
1173 "start_new_thread(function, args[, kwargs])\n\
1178 taken from the optional dictionary kwargs. The thread exits when the\n\