## Package: TopLevel
# Class StopIteration
## Inheritance Hierarchy
- Object
- StopIteration
## Description
A special type of exception that is thrown when an Iterator or Generator sequence is exhausted.
## Constructor Summary
StopIteration()
## Method Summary
## Constructor Detail