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