twisted.python.test.test_sendmsg.WorseList(list)
class documentationtwisted.python.test.test_sendmsg
(View In Hierarchy)
A list which at first gives the appearance of being iterable, but then raises an exception.
See BadList
for a warning about not writing code like this.
Method | __iter__ | Return an iterator which will raise an exception as soon as
next is called on it. |