def RETURN_VALUE(ctx: _VSContext, instruction: dis.Instruction):
"""
Returns a value.
This will set the state of the context.
"""
ctx._result = ctx.pop()
ctx.state = VSCtxState.FINISHED
ctx._handling_exception = False
return ctx
评论列表
文章目录