Class AbstractPythonLikeObject

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
All Implemented Interfaces:
PythonLikeObject
Direct Known Subclasses:
CPythonBackedPythonLikeObject, DelegatePythonIterator, DictItemView, DictKeyView, DictValueView, Ellipsis, NotImplemented, PythonByteArray, PythonBytes, PythonCell, PythonCode, PythonComplex, PythonDate, PythonDecimal, PythonFloat, PythonGenerator, PythonInteger, PythonLikeDict, PythonLikeFrozenSet, PythonLikeList, PythonLikeSet, PythonLikeTuple, PythonModule, PythonNone, PythonRange, PythonSlice, PythonString, PythonSuperObject, PythonTime, PythonTimeDelta, PythonTraceback, PythonTzinfo

public abstract class AbstractPythonLikeObject extends Object implements PythonLikeObject