Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c824 WindowsError_clear(PyWindowsErrorObject *self) in WindowsError_clear()
834 WindowsError_dealloc(PyWindowsErrorObject *self) in WindowsError_dealloc()
842 WindowsError_traverse(PyWindowsErrorObject *self, visitproc visit, void *arg) in WindowsError_traverse()
852 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init()
885 WindowsError_str(PyWindowsErrorObject *self) in WindowsError_str()
977 {"errno", T_OBJECT, offsetof(PyWindowsErrorObject, myerrno), 0,
979 {"strerror", T_OBJECT, offsetof(PyWindowsErrorObject, strerror), 0,
981 {"filename", T_OBJECT, offsetof(PyWindowsErrorObject, filename), 0,
983 {"winerror", T_OBJECT, offsetof(PyWindowsErrorObject, winerror), 0,
/external/python/cpython3/Include/cpython/
Dpyerrors.h72 typedef PyOSErrorObject PyWindowsErrorObject; typedef
/external/python/cpython2/Include/
Dpyerrors.h71 } PyWindowsErrorObject; typedef