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

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression
        public override MSAst.Expression Reduce() {
            return GlobalParent.Operation(
                typeof(object),
                PythonOperatorToOperatorString(_op),
                _expression
            );
        }