Top Fields Constructors Methods
org.python.core

pack-priv Class LongInfo

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

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

Field Summary

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

Constructor Summary

AccessConstructor and Description
private
LongInfo(PyObject... vals)

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 LongInfo
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

bits_per_digitback to summary
public PyObject bits_per_digit
Annotations
@ExposedGet
sizeof_digitback to summary
public PyObject sizeof_digit
Annotations
@ExposedGet
TYPEback to summary
public static final PyType TYPE

Hides org.python.core.PyTuple.TYPE.

Constructor Detail

LongInfoback to summary
private LongInfo(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 LongInfo getInfo()