Home | History | Annotate | Download | only in Python

Lines Matching defs:n_args

669     int i, j, k, n_args = 0, n_defaults = 0, found_default = 0;

685 n_args++;
689 args = (n_args ? asdl_seq_new(n_args, c->c_arena) : NULL);
690 if (!args && n_args)