Home
last modified time | relevance | path

Searched refs:PyExc_AttributeError (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h338 PyErr_SET_STRING(PyExc_AttributeError, in OutputSetattr()
350 PyErr_FORMAT(PyExc_AttributeError, N_("invalid attribute: %s"), name); in OutputSetattr()
1660 PyErr_SET_STRING(PyExc_AttributeError, in DictionarySetattr()
1687 PyErr_FORMAT(PyExc_AttributeError, N_("cannot set attribute %s"), name); in DictionarySetattr()
2877 PyErr_SET_STRING(PyExc_AttributeError, in ListSetattr()
2903 PyErr_FORMAT(PyExc_AttributeError, N_("cannot set attribute %s"), name); in ListSetattr()
4122 PyErr_SetString(PyExc_AttributeError, name); in WindowSetattr()
5304 PyErr_SetString(PyExc_AttributeError, name); in BufferSetattr()
5660 PyErr_SetString(PyExc_AttributeError, name); in CurrentSetattr()
H A Dif_python.c478 # define PyExc_AttributeError imp_PyExc_AttributeError macro
H A Dif_python3.c476 # define PyExc_AttributeError p3imp_PyExc_AttributeError macro