Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
PySyntaxErrorObject Struct Reference

#include <pyerrors.h>

Public Attributes

PyObject_HEAD PyObjectdict
 
PyObjectargs
 
PyObjectmessage
 
PyObjectmsg
 
PyObjectfilename
 
PyObjectlineno
 
PyObjectoffset
 
PyObjecttext
 
PyObjectprint_file_and_line
 

Member Data Documentation

PyObject* PySyntaxErrorObject::args
PyObject_HEAD PyObject* PySyntaxErrorObject::dict
PyObject* PySyntaxErrorObject::filename
PyObject* PySyntaxErrorObject::lineno
PyObject* PySyntaxErrorObject::message
PyObject* PySyntaxErrorObject::msg
PyObject* PySyntaxErrorObject::offset
PyObject* PySyntaxErrorObject::print_file_and_line
PyObject* PySyntaxErrorObject::text

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

Copyright 2014 Google Inc. All rights reserved.