PySystemExitObject Struct Reference

PySystemExitObject Struct Reference

#include <pyerrors.h>

Class Description

Definition at line 43 of file pyerrors.h.

Public Attributes

PyObject_HEAD PyObjectdict
 
PyObjectargs
 
PyObjectmessage
 
PyObjectcode
 

Member Data Documentation

PyObject* args

Definition at line 46 of file pyerrors.h.

PyObject* code

Definition at line 48 of file pyerrors.h.

Definition at line 45 of file pyerrors.h.

PyObject* message

Definition at line 47 of file pyerrors.h.


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