PyException_HEAD

_

  1. mixintemplate PyException_HEAD()
  2. mixintemplate PyException_HEAD()
    version(!Python_3_0_Or_Later && Python_2_5_Or_Later)
    extern (C)
    mixin template PyException_HEAD () {}

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

args
PyObject* args;

_

dict
PyObject* dict;

_

message
PyObject* message;

_

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t ob_refcnt;

_

ob_type
PyTypeObject* ob_type;

_

Meta