def STORE_NAME(ctx: _VSContext, instruction: dis.Instruction): ctx.names[instruction.arg] = ctx.pop() return ctx