Home | History | Annotate | Download | only in python

Lines Matching refs:mesg

1617 SWIG_Python_AddErrMesg(const char* mesg, int infront)
1630 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str));
1632 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
1648 char mesg[256];
1649 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum);
1650 return SWIG_Python_AddErrMesg(mesg, 1);