def POP_TOP(ctx: _VSContext, instruction: dis.Instruction): """ Pops off the top of the stack. """ ctx.pop() return ctx