Package org.python.core
Interface Slotted
-
- All Known Implementing Classes:
PyArrayDerived,PyClassMethodDerived,PyComplexDerived,PyDictionaryDerived,PyFileDerived,PyFloatDerived,PyIntegerDerived,PyListDerived,PyLongDerived,PyModuleDerived,PyObjectDerived,PyPropertyDerived,PyStringDerived,PySuperDerived,PyTupleDerived,PyTypeDerived,PyUnicodeDerived
public interface Slotted
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PyObjectgetSlot(int index)voidsetSlot(int index, PyObject value)
-