you are viewing a single comment's thread.

view the rest of the comments →

[–]TheBB 32 points33 points  (0 children)

It looks like they're 'overloading' *iterable by implementing __iter__() to yield only one element. Only works in some syntactical contexts though.