PySyntaxErrorObject Struct Reference

PySyntaxErrorObject Struct Reference

#include <pyerrors.h>

Class Description

Definition at line 16 of file pyerrors.h.

Public Attributes

PyObject_HEAD PyObjectdict
 
PyObjectargs
 
PyObjectmessage
 
PyObjectmsg
 
PyObjectfilename
 
PyObjectlineno
 
PyObjectoffset
 
PyObjecttext
 
PyObjectprint_file_and_line
 

Member Data Documentation

PyObject* args

Definition at line 19 of file pyerrors.h.

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.


The documentation for this struct was generated from the following file: