Class StopIteration

All Implemented Interfaces:
PythonLikeObject, Serializable

public class StopIteration extends PythonException
Error thrown when a Python iterator has no more values to return.
See Also: