Constructs.
__iter__
Called when an iterator is required.
x.__iter__() <==> iter(x)
New in version 1.7.0.