Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c467 static PyObject *imp_PyExc_AttributeError; variable
478 # define PyExc_AttributeError imp_PyExc_AttributeError
748 imp_PyExc_AttributeError = PyDict_GetItemString(exdict, "AttributeError"); in get_exceptions()
758 Py_XINCREF(imp_PyExc_AttributeError); in get_exceptions()