Top Constructors Methods
org.python.core

public Class PyNotImplemented

extends PySingleton
implements Serializable
Class Inheritance
All Implemented Interfaces
java.io.Serializable
Annotations
@Untraversable
Imports
java.io.Serializable

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
public Object
__tojava__(Class<T>
the Class to convert this PyObject to.
c
)

Overrides org.python.core.PyObject.__tojava__.

Equivalent to the Jython __tojava__ method.

public boolean
public boolean
private Object
Inherited from org.python.core.PySingleton:
toString

Constructor Detail

PyNotImplementedback to summary
pack-priv PyNotImplemented()

Method Detail

__tojava__back to summary
public Object __tojava__(Class<T> c)

Overrides org.python.core.PyObject.__tojava__.

Doc from org.python.core.PyObject.__tojava__.

Equivalent to the Jython __tojava__ method. Tries to coerce this object to an instance of the requested Java class. Returns the special object Py.NoConversion if this PyObject can not be converted to the desired Java class.

Parameters
c:Class<T>

the Class to convert this PyObject to.

isMappingTypeback to summary
public boolean isMappingType()

Overrides org.python.core.PyObject.isMappingType.

isSequenceTypeback to summary
public boolean isSequenceType()

Overrides org.python.core.PyObject.isSequenceType.

writeReplaceback to summary
private Object writeReplace()