org.python.core

Interface Slotted

Known Implementing Classes:
PyClassMethodDerived, PyComplexDerived, PyDictionaryDerived, PyFileDerived, PyFloatDerived, PyIntegerDerived, PyListDerived, PyLongDerived, PyObjectDerived, PyPropertyDerived, PyStringDerived, PySuperDerived, PyTupleDerived, PyTypeDerived, PyUnicodeDerived

public interface Slotted

Method Summary

PyObject
getSlot(int index)
void
setSlot(int index, PyObject value)

Method Details

getSlot

public PyObject getSlot(int index)

setSlot

public void setSlot(int index,
                    PyObject value)

Jython homepage