I would like to write a custom list class in Python (let\'s call it MyCollection) where I can eventually call:
MyCollection
for x in myCollectionInstance:
Python Language Reference, §3.4.6, "Emulating container types"