IronPython.Compiler.ClosureExpression.MakeClosureCellExpression.MakeClosureCellInstruction.Run C# (CSharp) Метод

Run() публичный Метод

public Run ( InterpretedFrame frame ) : int
frame Microsoft.Scripting.Interpreter.InterpretedFrame
Результат int
                public override int Run(InterpretedFrame frame) {
                    frame.Push(PythonOps.MakeClosureCell());
                    return +1;
                }
            }
ClosureExpression.MakeClosureCellExpression.MakeClosureCellInstruction