Class PythonGenerator

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.PythonGenerator
All Implemented Interfaces:
PythonLikeObject, Iterator<PythonLikeObject>

public abstract class PythonGenerator extends AbstractPythonLikeObject implements Iterator<PythonLikeObject>