Class DatasetUtilities.PyDataSet.PyRow.StringIndexDelegate
java.lang.Object
org.python.core.SequenceIndexDelegate
com.inductiveautomation.ignition.common.script.builtin.DatasetUtilities.PyDataSet.PyRow.StringIndexDelegate
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DatasetUtilities.PyDataSet.PyRow
protected class DatasetUtilities.PyDataSet.PyRow.StringIndexDelegate
extends org.python.core.SequenceIndexDelegate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.python.core.PyObject
checkIdxAndGetItem
(org.python.core.PyObject idx) Methods inherited from class org.python.core.SequenceIndexDelegate
checkIdxAndDelItem, checkIdxAndFindItem, checkIdxAndFindItem, checkIdxAndSetItem, checkIdxAndSetItem, checkIdxAndSetSlice, delSlice, getSlice
-
Constructor Details
-
StringIndexDelegate
protected StringIndexDelegate()
-
-
Method Details
-
checkIdxAndGetItem
public org.python.core.PyObject checkIdxAndGetItem(org.python.core.PyObject idx) - Overrides:
checkIdxAndGetItem
in classorg.python.core.SequenceIndexDelegate
-