PyComplexObject

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

subclass of PyObject.

extern (C)
struct PyComplexObject {}

Members

Variables

cval
Py_complex cval;

_

Meta