def STORE_FAST(ctx: _VSContext, instruction: dis.Instruction): """ Stores data in co_varnames. """ ctx.varnames[instruction.arg] = ctx.pop() return ctx