Py_complex

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

extern (C)
struct Py_complex {}

Members

Variables

imag
double imag;
Undocumented in source.
real_
double real_;
Undocumented in source.

Meta