Lines Matching defs:fastargs
16 PyObject * const *fastargs;
24 fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 0, 4, 0, argsbuf);
25 if (!fastargs) {
31 if (fastargs[0]) {
32 family = _PyLong_AsInt(fastargs[0]);
40 if (fastargs[1]) {
41 type = _PyLong_AsInt(fastargs[1]);
49 if (fastargs[2]) {
50 proto = _PyLong_AsInt(fastargs[2]);
58 fdobj = fastargs[3];