PyEnvironmentErrorObject Struct Reference

PyEnvironmentErrorObject Struct Reference

#include <pyerrors.h>

Class Description

Definition at line 51 of file pyerrors.h.

Public Attributes

PyObject_HEAD PyObjectdict
 
PyObjectargs
 
PyObjectmessage
 
PyObjectmyerrno
 
PyObjectstrerror
 
PyObjectfilename
 

Member Data Documentation

PyObject* args

Definition at line 54 of file pyerrors.h.

Definition at line 53 of file pyerrors.h.

PyObject* filename

Definition at line 58 of file pyerrors.h.

PyObject* message

Definition at line 55 of file pyerrors.h.

PyObject* myerrno

Definition at line 56 of file pyerrors.h.

PyObject* strerror

Definition at line 57 of file pyerrors.h.


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