IronPython.Compiler.CompilationMode.ReduceAst C# (CSharp) Method

ReduceAst() public abstract method

public abstract ReduceAst ( IronPython.Compiler.Ast.PythonAst instance, string name ) : LightLambdaExpression
instance IronPython.Compiler.Ast.PythonAst
name string
return LightLambdaExpression
        public abstract LightLambdaExpression ReduceAst(PythonAst instance, string name);
    }