PyStopIterationObject

_

version(Python_2_5_Or_Later && Python_3_5_Or_Later)
extern (C)
struct PyStopIterationObject {}

Members

Mixins

__anonymous
mixin PyException_HEAD
Undocumented in source.

Variables

value
PyObject* value;
Undocumented in source.

Mixed In Members

From mixin PyException_HEAD

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

_

args
PyObject* args;

_

message
PyObject* message;

_

Meta