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