Searched refs:PyExc_IOError (Results 1 – 12 of 12) sorted by relevance
133 PyAPI_DATA(PyObject *) PyExc_IOError;
251 PyErr_SetFromErrno(PyExc_IOError); in PythonData()
211 var,PyExc_IOError,3.2,
783 EXPORT_DATA(PyExc_IOError)
1018 single: PyExc_IOError1026 | :c:data:`PyExc_IOError` | |
640 data PyExc_IOError
731 Objects/exceptions.c:PyExc_IOError static PyTypeObject PyExc_IOError
17 PyObject *PyExc_IOError = NULL; variable
969 type = PyExc_IOError; in SWIG_Python_ErrorType()
974 type = PyExc_IOError; in SWIG_Python_ErrorType()
198 that a file couldn't be opened (that should probably be :c:data:`PyExc_IOError`).
1740 Objects/exceptions.c - PyExc_IOError -