Home
last modified time | relevance | path

Searched refs:PyExc_EnvironmentError (Results 1 – 11 of 11) 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.h217 PyAPI_DATA(PyObject *) PyExc_EnvironmentError;
/external/python/cpython3/PC/
Dpython3.def199 PyExc_EnvironmentError=python37.PyExc_EnvironmentError DATA
/external/python/cpython2/Objects/
Dexceptions.c806 MiddlingExtendsException(PyExc_EnvironmentError, IOError,
813 MiddlingExtendsException(PyExc_EnvironmentError, OSError,
/external/python/cpython2/PC/os2emx/
Dpython27.def789 "PyExc_EnvironmentError"
/external/python/cpython2/Doc/c-api/
Dexceptions.rst531 single: PyExc_EnvironmentError
582 | :c:data:`PyExc_EnvironmentError` | :exc:`EnvironmentError` | \(1) |
/external/python/cpython2/Modules/
Dmmapmodule.c1459 PyExc_EnvironmentError , NULL); in initmmap()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst946 single: PyExc_EnvironmentError
953 | :c:data:`PyExc_EnvironmentError` | |
/external/python/cpython2/Modules/_io/
Dbufferedio.c728 if (!PyErr_ExceptionMatches(PyExc_EnvironmentError)) in _PyIO_trap_eintr()
/external/python/cpython3/Objects/
Dexceptions.c16 PyObject *PyExc_EnvironmentError = NULL; variable