Home | History | Annotate | Download | only in Python

Lines Matching full:custom_msg

1570     const char *fname, *msg, *custom_msg, *keyword;
1585 custom_msg = NULL;
1588 custom_msg = strchr(format,';');
1589 if (custom_msg)
1590 custom_msg++;
1647 seterror(i+1, msg, levels, fname, custom_msg);