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

/macosx-10.10.1/vim-55/src/
H A Dif_python.c246 static PyObject *imp_PyExc_AttributeError; variable
252 # define PyExc_AttributeError imp_PyExc_AttributeError
407 imp_PyExc_AttributeError = PyDict_GetItemString(exdict, "AttributeError");
412 Py_XINCREF(imp_PyExc_AttributeError);

Completed in 137 milliseconds