Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2vacpp/
Dpython.def19 PyExc_EnvironmentError
/external/python/cpython2/Include/
Dpyerrors.h131 PyAPI_DATA(PyObject *) PyExc_EnvironmentError;
/external/python/cpython3/Include/
Dpyerrors.h216 PyAPI_DATA(PyObject *) PyExc_EnvironmentError;
/external/python/cpython3/PC/
Dpython3.def199 PyExc_EnvironmentError=python36.PyExc_EnvironmentError DATA
/external/python/cpython2/Objects/
Dexceptions.c810 MiddlingExtendsException(PyExc_EnvironmentError, IOError,
817 MiddlingExtendsException(PyExc_EnvironmentError, OSError,
/external/python/cpython2/Doc/c-api/
Dexceptions.rst547 | :c:data:`PyExc_EnvironmentError` | :exc:`EnvironmentError` | \(1) |
599 single: PyExc_EnvironmentError
/external/python/cpython2/PC/os2emx/
Dpython27.def789 "PyExc_EnvironmentError"
/external/python/cpython2/Modules/
Dmmapmodule.c1478 PyExc_EnvironmentError , NULL); in initmmap()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst860 | :c:data:`PyExc_EnvironmentError` | |
912 single: PyExc_EnvironmentError
/external/python/cpython3/Modules/_io/
Dbufferedio.c800 if (!PyErr_ExceptionMatches(PyExc_EnvironmentError)) in _PyIO_trap_eintr()
/external/python/cpython2/Modules/_io/
Dbufferedio.c728 if (!PyErr_ExceptionMatches(PyExc_EnvironmentError)) in _PyIO_trap_eintr()
/external/python/cpython3/Objects/
Dexceptions.c14 PyObject *PyExc_EnvironmentError = NULL; variable