PyEnvironmentErrorObject

subclass of PyBaseExceptionObject Availability: >= 2.5

version(Python_2_5_Or_Later)
extern (C)
struct PyEnvironmentErrorObject {}

Members

Mixins

__anonymous
mixin PyException_HEAD
Undocumented in source.

Variables

filename
PyObject* filename;

_

myerrno
PyObject* myerrno;

_

strerror
PyObject* strerror;

_

Mixed In Members

From mixin PyException_HEAD

__anonymous
mixin PyObject_HEAD
Undocumented in source.
dict
PyObject* dict;

_

args
PyObject* args;

_

message
PyObject* message;

_

Meta