|
|||||||||||
Python Error Code: StopIterationError Description: Raised by an iterator's next() method to signal that there are no further values. This is derived from Exception rather than StandardError, since this is not considered an error in its normal application. New in version 2.2.Comments:
SOURCE: Python Documentation ONLINE RESOURCES: Python Programming Language Official Website Python Downloads Python Mailing Lists, Newsgroups, and Web Forums |
|||||||||||