PyComplexObject

PyComplexObject represents a complex number with double-precision real and imaginary parts.

subclass of PyObject.

extern (C)
struct PyComplexObject {}

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

cval
Py_complex cval;

_

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