Package org.python.core
Interface Slotted
-
- All Known Implementing Classes:
chainDerived,ClasspathPyImporterDerived,combinationsDerived,combinationsWithReplacementDerived,compressDerived,countDerived,cycleDerived,dropwhileDerived,groupbyDerived,ifilterDerived,ifilterfalseDerived,isliceDerived,izipDerived,izipLongestDerived,permutationsDerived,productDerived,PyArrayDerived,PyBaseExceptionDerived,PyByteArrayDerived,PyBZ2CompressorDerived,PyBZ2DecompressorDerived,PyBZ2FileDerived,PyClassMethodDerived,PyComplexDerived,PyDefaultDictDerived,PyDequeDerived,PyDialectDerived,PyDictionaryDerived,PyEnumerateDerived,PyFileDerived,PyFileIODerived,PyFloatDerived,PyFrozenSetDerived,PyIntegerDerived,PyIOBaseDerived,PyListDerived,PyLocalDerived,PyLongDerived,PyModuleDerived,PyObjectDerived,PyPartialDerived,PyPropertyDerived,PyRandomDerived,PyRawIOBaseDerived,PySetDerived,PyStringDerived,PyStructDerived,PySuperDerived,PyTeeIteratorDerived,PyTupleDerived,PyTypeDerived,PyUnicodeDerived,ReferenceTypeDerived,repeatDerived,starmapDerived,takewhileDerived,zipimporterDerived
public interface Slotted
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PyObjectgetSlot(int index)voidsetSlot(int index, PyObject value)
-