Lines Matching defs:expected
495 <typename1> is the name of the expected type, and
532 toplevel ? "expected %d arguments, not %.50s" :
544 "expected %d argument%s, not %zd",
619 const char *expected, PyObject *arg)
623 fname, displayname, expected,
628 converterr(const char *expected, PyObject *arg, char *msgbuf, size_t bufsize)
630 assert(expected != NULL);
632 if (expected[0] == '(') {
634 "%.100s", expected);
638 "must be %.50s, not %.50s", expected,
650 Don't call if a tuple is expected.
2770 "%.200s expected %s%zd argument%s, got %zd",
2789 "%.200s expected %s%zd argument%s, got %zd",