def next(cls, ea): '''Return the next defined address from the address ``ea``.''' return cls.next(ea, 1)