IronPython.Compiler.Ast.DictionaryComprehension.Reduce C# (CSharp) Method

Reduce() public method

public Reduce ( ) : Microsoft.Scripting.Ast.Ast
return Microsoft.Scripting.Ast.Ast
        public override Ast Reduce() {
            return _scope.AddVariables(base.Reduce());
        }