def iterate(cls): '''Return an iterator that walks forward through the database from the current address.''' return cls.iterate(ui.current.address(), cls.next)