org.python.core

Interface Slotted

public interface Slotted

Method Summary
PyObjectgetSlot(int index)
voidsetSlot(int index, PyObject value)

Method Detail

getSlot

public PyObject getSlot(int index)

setSlot

public void setSlot(int index, PyObject value)