Top Fields Constructors Methods
org.python.core

pack-priv Class FloatInfo

Located in compilation unit of org.python.core.PySystemState.

extends PyTuple
Class Inheritance
Annotations
@ExposedType
name:sys.float_info
isBaseType:false

Field Summary

Modifier and TypeField and Description
public PyObject
public PyObject
public PyObject
public PyObject
public PyObject
public PyObject
public PyObject
public PyObject
public PyObject
public PyObject
public PyObject
public static final PyType

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public PyString
__repr__()

Overrides org.python.core.PyObject.__repr__.

Equivalent to the standard Python __repr__ method.

public static FloatInfo
Inherited from org.python.core.PyTuple:
__add____getnewargs____iter____len____mul____rmul__addaddaddAlladdAllclearcontainscontainsAllcountequalsfromIterablegetgetArraygetListgetslicehashCodeindexindexindexindexOfisEmptyiteratorlastIndexOflistIteratorlistIteratorpyaddpyaddpygetpysetrefersDirectlyToremoveremoveremoveremoveAllrepeatretainAllsetsizesubListtoArraytoArraytoStringtraversetuple___add__tuple___contains__tuple___eq__tuple___ge__tuple___getitem__tuple___getnewargs__tuple___getslice__tuple___gt__tuple___hash__tuple___iter__tuple___le__tuple___len__tuple___lt__tuple___mul__tuple___ne__tuple___repr__tuple___rmul__tuple_counttuple_indextuple_indextuple_newunsupportedopMessage

Field Detail

digback to summary
public PyObject dig
Annotations
@ExposedGet
epsilonback to summary
public PyObject epsilon
Annotations
@ExposedGet
mant_digback to summary
public PyObject mant_dig
Annotations
@ExposedGet
maxback to summary
public PyObject max
Annotations
@ExposedGet
max_10_expback to summary
public PyObject max_10_exp
Annotations
@ExposedGet
max_expback to summary
public PyObject max_exp
Annotations
@ExposedGet
minback to summary
public PyObject min
Annotations
@ExposedGet
min_10_expback to summary
public PyObject min_10_exp
Annotations
@ExposedGet
min_expback to summary
public PyObject min_exp
Annotations
@ExposedGet
radixback to summary
public PyObject radix
Annotations
@ExposedGet
roundsback to summary
public PyObject rounds
Annotations
@ExposedGet
TYPEback to summary
public static final PyType TYPE

Hides org.python.core.PyTuple.TYPE.

Constructor Detail

FloatInfoback to summary
private FloatInfo(PyObject... vals)

Method Detail

__repr__back to summary
public PyString __repr__()

Overrides org.python.core.PyObject.__repr__.

Doc from org.python.core.PyObject.__repr__.

Equivalent to the standard Python __repr__ method. Each sub-class of PyObject is likely to re-define this method to provide for its own reproduction.

Annotations
@Override
getInfoback to summary
public static FloatInfo getInfo()