.. _invalid-sequence-index: invalid-sequence-index / E1126 ============================== **Message emitted:** Sequence index is not an int, slice, or instance with __index__ **Description:** *Used when a sequence type is indexed with an invalid type. Valid types are ints, slices, and objects with an __index__ method.* Created by ``typecheck`` checker