Lines Matching refs:IndexError
38 raise IndexError()
39 except IndexError as e:
42 except IndexError as exc2:
174 raise IndexError from 5
182 raise IndexError from KeyError
183 except IndexError as e:
191 raise IndexError from cause
192 except IndexError as e:
203 raise IndexError from MyException
214 raise IndexError()
215 except IndexError as e:
223 raise IndexError().with_traceback(tb)
224 except IndexError as e:
299 context = IndexError()
311 context = IndexError
324 context = IndexError
471 raise (IndexError, KeyError) # This should be a tuple!