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

    Modifier and Type
    Method
    Description
    getSlot(int index)
     
    void
    setSlot(int index, PyObject value)
     
  • Method Details

    • getSlot

      PyObject getSlot(int index)
    • setSlot

      void setSlot(int index, PyObject value)