Searched refs:PyErr_Format (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_python.c | 175 # define PyErr_Format dll_PyErr_Format macro
|
| H A D | if_python3.c | 147 # define PyErr_Format py3_PyErr_Format macro
|
| H A D | if_py_both.h | 31 #define PyErr_FORMAT(exc, str, arg) PyErr_Format(exc, _(str), arg) 32 #define PyErr_FORMAT2(exc, str, arg1, arg2) PyErr_Format(exc, _(str), arg1,arg2)
|