Lines Matching defs:fastargs
408 PyObject * const *fastargs;
414 fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 1, 2, 0, argsbuf);
415 if (!fastargs) {
418 raw = fastargs[0];
424 PyObject *iobj = _PyNumber_Index(fastargs[1]);
462 PyObject * const *fastargs;
468 fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 1, 2, 0, argsbuf);
469 if (!fastargs) {
472 raw = fastargs[0];
478 PyObject *iobj = _PyNumber_Index(fastargs[1]);
609 PyObject * const *fastargs;
615 fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser, 1, 2, 0, argsbuf);
616 if (!fastargs) {
619 raw = fastargs[0];
625 PyObject *iobj = _PyNumber_Index(fastargs[1]);