PyBaseExceptionObject Struct Reference

PyBaseExceptionObject Struct Reference

#include <pyerrors.h>

Class Description

Definition at line 9 of file pyerrors.h.

Public Attributes

PyObject_HEAD PyObjectdict
 
PyObjectargs
 
PyObjectmessage
 

Member Data Documentation

PyObject* args

Definition at line 12 of file pyerrors.h.

Definition at line 11 of file pyerrors.h.

PyObject* message

Definition at line 13 of file pyerrors.h.


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