Top Description Fields Constructors Methods
org.python.core

public Class PyComplex

extends Object
Class Inheritance

This is a placeholder to satisfy references in implementations of __complex__ preserved from Jython 2.

Field Summary

Modifier and TypeField and Description
pack-priv double
pack-priv double

Constructor Summary

AccessConstructor and Description
public
PyComplex(double real, double imag)

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

imagback to summary
pack-priv double imag
realback to summary
pack-priv double real

Constructor Detail

PyComplexback to summary
public PyComplex(double real, double imag)