implemented __iter__

This commit is contained in:
David Halter
2012-08-06 23:21:04 +02:00
parent 9072bd6f52
commit f935d4ff53
3 changed files with 66 additions and 25 deletions

View File

@@ -190,5 +190,5 @@ GetItem("")[1]
#? int() str()
list([1,""])[1]
#? str()
#? int() str()
list(set([1,""]))[1]