Class StopAsyncIteration

All Implemented Interfaces:
PythonLikeObject, Serializable

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