#include <pyerrors.h>
Definition at line 51 of file pyerrors.h.
Public Attributes | |
PyObject_HEAD PyObject * | dict |
PyObject * | args |
PyObject * | message |
PyObject * | myerrno |
PyObject * | strerror |
PyObject * | filename |
PyObject* args |
Definition at line 54 of file pyerrors.h.
PyObject_HEAD PyObject* dict |
Definition at line 53 of file pyerrors.h.
PyObject* filename |
Definition at line 58 of file pyerrors.h.
PyObject* message |
Definition at line 55 of file pyerrors.h.
PyObject* myerrno |
Definition at line 56 of file pyerrors.h.
PyObject* strerror |
Definition at line 57 of file pyerrors.h.