faqts : Computers : Programming : Languages : Python : Language and Syntax : Classes

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 2 people (50%) answered Yes
Recently 0 of 1 people (0%) answered Yes

Entry

if i create a class that has __getitem__, how do i tell the calling for loop there are no more items to loop over

Jul 12th, 2001 15:04
Mark Paschal, dave meltzer, Kelly Walker


Raise an IndexError:
raise IndexError, "index out of range"