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