Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h28 #define PyErr_SET_STRING(exc, str) PyErr_SetString(exc, _(str)) argument
31 #define PyErr_FORMAT(exc, str, arg) PyErr_Format(exc, _(str), arg) argument
32 #define PyErr_FORMAT2(exc, str, arg1, arg2) PyErr_Format(exc, _(str), arg1,arg2) argument