#include <pyerrors.h>
Definition at line 16 of file pyerrors.h.
Public Attributes | |
| PyObject_HEAD PyObject * | dict |
| PyObject * | args |
| PyObject * | message |
| PyObject * | msg |
| PyObject * | filename |
| PyObject * | lineno |
| PyObject * | offset |
| PyObject * | text |
| PyObject * | print_file_and_line |
| PyObject* args |
Definition at line 19 of file pyerrors.h.
| PyObject_HEAD PyObject* dict |
Definition at line 18 of file pyerrors.h.
| PyObject* filename |
Definition at line 22 of file pyerrors.h.
| PyObject* lineno |
Definition at line 23 of file pyerrors.h.
| PyObject* message |
Definition at line 20 of file pyerrors.h.
| PyObject* msg |
Definition at line 21 of file pyerrors.h.
| PyObject* offset |
Definition at line 24 of file pyerrors.h.
| PyObject* print_file_and_line |
Definition at line 26 of file pyerrors.h.
| PyObject* text |
Definition at line 25 of file pyerrors.h.