Complex

class Complex(var pyObject: PyObject) : Python.BaseObject

The complex class.

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject