def nextdata(cls, ea): '''Returns the next address from ``ea`` that has data referencing it.''' return cls.nextdata(ea, 1)