Home | History | Annotate | Download | only in Python

Lines Matching defs:given

3390                     "argument%s (%d given)",
3484 int j, given = 0;
3487 given++;
3490 "argument%s (%d given)",
3495 m, m == 1 ? "" : "s", given);
3514 "%.200s() takes no arguments (%d given)",
3672 - But initially, and as long as no exception is caught in a given
4268 "%.200s() takes no arguments (%d given)",
4273 "%.200s() takes exactly one argument (%d given)",