Top Description Methods
org.python.core

public Interface CraftedPyObject

Known Direct Subinterfaces
org.python.core.DerivedPyObject, org.python.core.DictPyObject
Known Direct Implementers
org.python.core.Py.Singleton, org.python.core.PyBytes, org.python.core.PyCell, org.python.core.PyCode, org.python.core.PyDict, org.python.core.PyList, org.python.core.PyModule, org.python.core.PyTuple, org.python.core.PyUnicode, org.python.core.PyJavaFunction, org.python.core.stringlib.FieldNameIterator, org.python.core.stringlib.MarkupIterator, org.python.core.AbstractPyObject, org.python.core.BaseException

All Python object implementations that we write ourselves implement this interface.

Method Summary

Modifier and TypeMethod and Description
public PyType

Returns:

type of this object
getType
()

The Python type of this object.

Method Detail

getTypeback to summary
public PyType getType()

The Python type of this object.

Returns:PyType

type of this object