Top Description Fields Constructors Methods
org.python.core

public Class PyEllipsis

extends PySingleton
implements Serializable
Class Inheritance
All Implemented Interfaces
java.io.Serializable
Annotations
@Untraversable
@ExposedType
name:ellipsis
base:PyObject
isBaseType:false
Imports
java.io.Serializable, org.python.expose.ExposedType

A class representing the singleton Ellipsis ... object.

Field Summary

Modifier and TypeField and Description
public static final PyType

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
private Object
Inherited from org.python.core.PySingleton:
toString

Field Detail

TYPEback to summary
public static final PyType TYPE

Hides org.python.core.PyObject.TYPE.

Constructor Detail

PyEllipsisback to summary
pack-priv PyEllipsis()

Method Detail

writeReplaceback to summary
private Object writeReplace()