def iterate(cls, ea): '''Return an iterator that walks forward through the database starting at the address ``ea``.''' return cls.iterate(ea, cls.next)